We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2005e commit c4d1c83Copy full SHA for c4d1c83
Makefile
@@ -16,3 +16,6 @@ output.yml: cloudformation/template.yml build/python/requests build/python/deplo
16
deploy: output.yml
17
aws cloudformation deploy --template-file $< --stack-name $(STACK_NAME) --capabilities CAPABILITY_IAM
18
aws cloudformation describe-stacks --stack-name $(STACK_NAME) --query Stacks[].Outputs[].OutputValue --output text
19
+
20
+publish: output.yml
21
+ sam publish -t output.yml
0 commit comments