I’ve lost some time for a silly reason:
When you create a stage, the link displayed does not contain the resource part of the URL:
API URL:
https://1111.execute-api.us-east-1.amazonaws.com/dev
API + RESOURCE URL
https://1111.execute-api.us-east-1.amazonaws.com/dev/get-list
The /get-list was missing
And of course, you need to check that the method configuration looks like this:
Related Contents:
- How to pass a querystring or route parameter to AWS Lambda from Amazon API Gateway
- Getting json body in aws Lambda via API gateway
- getting message: forbidden reply from AWS API gateway
- Is there a way to change the http status codes returned by Amazon API Gateway?
- Using an API key in Amazon API Gateway
- Regional/Edge-optimized API Gateway VS Regional/Edge-optimized custom domain name
- Amazon API gateway timeout
- Signature expired: is now earlier than error : InvalidSignatureException
- No integration defined for method – Choose a stage where your API will be deployed
- How to pass a params from POST to AWS Lambda from Amazon API Gateway
- AWS API Gateway: User anonymous is not authorized to execute API
- CloudFormation doesn’t deploy to API gateway stages on update
- In Terraform, how do you specify an API Gateway endpoint with a variable in the request path?
- 401 return from an API Gateway Custom Authorizer is missing ‘Access-Control-Allow-Origin’ header
- How to access HTTP headers for request to AWS API Gateway using Lambda?
- API Gateway – POST multipart/form-data
- How to CNAME to Amazon API Gateway Endpoint
- How to CNAME to Amazon API Gateway Endpoint
- Setting http response header from AWS lambda
- How to see all running Amazon EC2 instances across all regions?
- What is the difference between Elastic Beanstalk and CloudFormation for a .NET project?
- SQS vs RabbitMQ
- Difference between AWS Elastic Container Service’s (ECS) ExecutionRole and TaskRole
- Cost of storing AMI
- Amazon AWS Filezilla transfer permission denied
- The AWS Access Key Id does not exist in our records
- What would be the AWS equivalent to Firebase Realtime Database?
- how to view aws log real time (like tail -f)
- AWS ECR GetAuthorizationToken
- Push docker image to amazon ecs repository
- Get Public IP Address on current EC2 Instance
- How do you restart all Tasks of a Service?
- How to list all VPC dependencies in AWS CLI?
- How to upgrade to the latest AMI in AWS Elastic Beanstalk?
- AWS – removing ec2-user from sudo list
- Amazon S3 Console: How to find total number of files with in a folder? [duplicate]
- Exclude multiple folders using AWS S3 sync
- User is not authorized to perform: cloudformation:CreateStack
- How to rename a DynamoDB table
- How to modify expiry time of the access and identity tokens for AWS Cognito User Pools
- aws lambda: Error: Runtime exited with error: signal: killed
- SNS to Lambda vs SNS to SQS to Lambda
- Firebase authentication vs AWS Cognito [closed]
- Can I force CloudFormation to delete non-empty S3 Bucket?
- How to move a domain from Godaddy to AWS Route 53
- AWS CLI CloudFront Invalidate All Files
- Is using a load balancer with ElasticSearch unnecessary?
- How to set an environment variable in Amazon EC2
- AWS IAM: Unable to create additional Access Key
- Reading a file from a private S3 bucket to a pandas dataframe