python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Subnet IDs are only supported for Interface and GatewayLoadBalancer type VPC Endpoints
Aws dynamoDb only supports Gateway endpoint but I am getting error while deployment saying:
Subnet IDs are only supported for Interface and GatewayLoadBalancer type VPC Endpoints. (Service: AmazonEC2;...
kittu
Votes: 0
Answers: 1
Value of property SubnetIds must be of type List of String error
I am already passing the subnetIds as list but still getting the error:
VpcEndpointSubnetIds:
Type: "List<AWS::EC2::Subnet::Id>"
Description: Select the subnet to associate w...
kittu
Votes: 0
Answers: 1
Golang AWS SAM lambda Function debugging is not working on M1 Mac
When trying to debug simple SAM, I'm receiving the following error:
could not launch process: fork/exec /var/task/hello: function not implemented
Is anyone knows how to solve it?
The full log is:
Mou...
omer blechman
Votes: 0
Answers: 0
AWS SAM - How can create an API event for a FunctionAlias?
My SAM template is currently using a Lambda function to provide information through an API Gateway. However, I would like to have the API Gateway pointing to an alias instead.
How can I do it with SAM...

Kaguei Nakueka
Votes: 0
Answers: 1