Skip to content

k-lpmg/aws-sam-lambda-typescript

Repository files navigation

aws-sam-lambda-typescript

  • This is an example of configuring AWS Lambda based on typescript.
  • The purpose of this repository is building with aws-sam-webpack-plugin and deploying aws lambda with GitHub Action using sam.

Build

npm run build

Local Test

sam local start-api
curl http://127.0.0.1:3000/hello

Deploy

  • Set actions secrets
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_REGION
S3_BUCKET

Reference

About

AWS Lambda example based on typescript using sam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published