Wilton_
Wilton_
For DynamoDB client, the documentation directly from API makes sense since the call would be ``` dynamodb_client.delete_item(ExpressionAttributeValues={":key" : {"S": {"val"} } } ``` but for DynamoDB table resource, the call...
Closing as issue seems to be resolved from above comment.
Hi @marcusr21, Thanks for the feedback! SAM CLI local commands currently do not support nested stacks. We will look into adding this support.
Thanks for the feature proposal. Transferring to SAM repo.
Hey @rockey5520, SAM always creates a `AWS::ApiGatewayV2::DomainName` resource if `DomainName` is specified. https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-specification-generated-resources-httpapi.html To use existing custom domain, you can remove `DomainName` and use `AWS::ApiGatewayV2::ApiMapping` resource instead. Closing. Let me...
@rockey5520 Sounds good. I'll transfer this to SAM repo and the feature request would be: Add support for using existing custom domains for `AWS::Serverless::HttpApi` and `AWS::Serverless::Api`
Instead of using the go emulation image, provided runtime will pull the provided lambda emulation image which does not support debugging. We currently don't have plans on supporting this. Tagging...
If docker is pulling new images, the delay should come after `Step 1/20 : FROM public.ecr.aws/lambda/python:3.8` is printed. This seems to be a docker issue as SAM CLI directly calls...
Closing. Feel free to reopen if there is further issue.
Thanks for the feedback. We will look into this proposal.