python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
AWS HTTP Api Route To lambda Integration shell(cli) command
I want to automate things. I have created a AWS lambda using shell command. And also HTTP route using shell command in API Gateway. Now i want to connect the route and lambda using shell command. Can ...
muhammad Yousaf
Votes: 0
Answers: 1
how i can add a http api stage in serverless
I am trying to deploy a serverless application to different stages (prod and dev). I want to deploy it to a single API gateway on two different stages
like:-
http://vfdfdf.execute-api.us-west-1.amazon...
Mradul Jain
Votes: 0
Answers: 1
CORS is blocked in the AWS HTTP API Gateway when a custom lambda authorizer is used
I have an API powered by HTTP API Gateway and Lambda that uses a custom authorizer. I use a custom authorizer for a few paths and other paths are haven't authorized and can be accessed publicly.
This ...
Yasindu Thennakoon
Votes: 0
Answers: 0
AWS SAM - Simple example of HttpApi with Lambda Function Integration
I am new to AWS SAM, and I am trying to modify the Hello World example template to use an open api swagger file to define an API with lambda function integrations. When I run "sam build" an...
user1763510
Votes: 0
Answers: 1