Skip to content

Commit c4d1c83

Browse files
committed
adding sam publish
1 parent 9a2005e commit c4d1c83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ output.yml: cloudformation/template.yml build/python/requests build/python/deplo
1616
deploy: output.yml
1717
aws cloudformation deploy --template-file $< --stack-name $(STACK_NAME) --capabilities CAPABILITY_IAM
1818
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

Comments
 (0)