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)
Getting cors error when api gateway deployed using SAM template
I have developed lambda functions in node.js and trying to deploy to api gateway with proxy integration using SAM templates.
my lambda functions are returning headers as mentioned in AWS documentation...
Sai Kiran
Votes: 0
Answers: 1
Running CDK API Locally - Lambda function doesn't work locally
I'm working on a TypeScript CDK project that is in the early stages of development. We have laid out the basic infrastructure that includes an API Gateway, Lambda, RDS and Elasticache. We're storing...
Tyler Bierwirth
Votes: 0
Answers: 1
SAM does not find python during deployment via GitHub Action
I'm setting up a Github action that will deploy my Python-based SAM application. However, the "sam deploy" command fails with an error that seems to indicate Python is not available to build...
Wover
Votes: 0
Answers: 1
What part of the following cognito authorizer is incorrectly configured?
The following is my template.yaml configuration. For some reason, even without the proper credentials, my HelloWorldFunction still returns a response.
AWSTemplateFormatVersion: "2010-09-09"...
isaacsan 123
Votes: 0
Answers: 0