Lambda Deploy, quick n' dirty
Note
WORK IN PROGRESS!
Only to be used in development environments for quickly testing code changes without having to do a full
CloudFormation/CDK deploy.
Features
Currently hard coded to build:
Install
go install github.com/enpatrik/lambda-quick-deploy@latest
Run example
lambda-quick-deploy run cmd/foobar -p your-aws-profile
The first time deploying a new directory, you need to provide the Lambda function name when prompted.
Setup IDE
JetBrains
Settings -> Tools -> External Tools -> Add
Example:
- Program:
lambda-quick-deploy
- Arguments:
run $FileDir$ -p your-aws-profile