kmorisoto / lambda-with-localstack

Lambdaをlocalstackで試す

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Lambdaをlocalstackで試す

License:Apache License 2.0


Languages

Language:HCL 86.7%Language:JavaScript 13.3%