Questions tagged [aws-rest-api]

33 questions
0
votes
1 answer

What is the maximum size of payload I can send in a request to AWS API Gateway RestAPI which acts as proxy to S3?

I understand I can use a private RestAPI as a proxy to S3, so what I am interested in here is understanding the constraints on the request payload. What is the maximum size of the payload I can send in request considering that RestAPI is in between?…
Judy007
  • 5,484
  • 4
  • 46
  • 68
-1
votes
1 answer

Can I have nested count.index in a resources?

I have an aws_api_gateway_domain_name resource in terraform with this configuration: resource "aws_api_gateway_domain_name" "apigw_domain_name" { count = var.api_server_custom_domain_name != "" ? 1 : 0 domain_name …
-1
votes
2 answers

AWS Subnet is out of IP Addresses (using CDK)

I've been trying de deploy a RestApiGateway with 20 lambda functions since a while now, and I keep getting the error message Subnet is out of IP addresses every time I try to deploy. Any idea why this may be happening? Here's how my Vpc stack looks…
Sammy
  • 3,395
  • 7
  • 49
  • 95
1 2
3