/lambda-with-localstack

Lambdaをlocalstackで試す

Primary LanguageHCLApache License 2.0Apache-2.0

lambda-with-localstack

Lambdaをlocalstackで試す

docker compose up -d
cd terraform/
terraform init
terraform plan
terraform apply
cd ../
aws  --endpoint-url=http://localhost:4566 lambda invoke --function-name my-function out --log-type Tail --query 'LogResult' --output text |  base64 -d