aws_lambda

module
v0.0.0-...-6917a1f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2026 License: MIT

README

AWS Lambda

Dependencies installation

npm clean-install
go mod build
npm run install:sam

Local invocation

npm run invoke -- {{lambda_resource}} {{lambda_action}}

Deployment commands

npm run deploy

Operation check

npm run cognito:curl -- \
  -v \
  -X GET \
  https://foo.execute-api.ap-northeast-1.amazonaws.com/prod/pets

Useful commands for CDK

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

Directories

Path Synopsis
lambda
authorizer command
@see
@see
pets command
@see https://github.com/yoskeoka/gognito
@see https://github.com/yoskeoka/gognito
pretokengen command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL