Skip to content

Instantly share code, notes, and snippets.

@kukielp
Created October 28, 2020 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kukielp/53cf6fd67fc29693b9e5ceb17904b378 to your computer and use it in GitHub Desktop.
Save kukielp/53cf6fd67fc29693b9e5ceb17904b378 to your computer and use it in GitHub Desktop.
.PHONY: build clean deploy
build:
./cfusion/bin/lambdazip.sh
clean:
rm ./cfusion/bin/dist/cf-aws-serverless.zip
deploy: clean build
sam deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment