terraform_lambda_api_dynamodb:使用TerraformLambdaAPI网关和DynamoDB进行简单练习 源码
使用API网关,Lambda和DynamoDB创建POST API 先决条件: 有效的AWS凭证 地形0.12+ 卷曲 压缩 部署它: make deploy 测试一下: curl -v -X POST https://k1fftxlfvf.execute-api.ap-southeast-2.amazonaws.com/default/customers -d "{ \"firstname\": \"Your Name here\", \"lastname\": \"Your Name here\", \"email\": \"Your Name here\"}" 打扫:
用户评论