- Simple CD to deploy Golang into Lambda + ApiGateway endpoint.
- Using Github OIDC for AWS role assume Link Here
- Login into Serverless Framework dashboard and generate access_key
- Update SERVERLESS_ACCESS_KEY in Github secrets
- Push change to
main branch
and the Github Action will auto deploy the Lambda stack.
- Run
make test
- Install serverless CLI
npm install -g serverless
- Run
make deploy
MinhLK