Support for Lambda integration
See original GitHub issueThe README mentions aws-sam-local
uses Lambda proxy integration by default. Is there a way to tell aws-sam-local
to use Lambda integration instead?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Set up Lambda proxy integrations in API Gateway
Understand API Gateway Lambda proxy integration · Support for multi-value headers and query string parameters · Set up a proxy resource with Lambda...
Read more >Amazon Lambda - Quarkus
Quarkus's integration with lambdas also supports Quarkus's Live Coding development cycle. You can bring up your Quarkus lambda project in dev or test...
Read more >AWS Lambda integration - Snyk User Docs
Snyk currently supports integration with AWS Lambda for Node, Ruby, and Java projects, Maven only. Create a role and enable permissions.
Read more >Datadog Announces Integration With AWS Lambda, Enables ...
Datadog Announces Integration With AWS Lambda, Enables Support for Serverless Architectures. Datadog adds Amazon Web Services (AWS) Lambda to its expanding list ...
Read more >Monitor AWS Lambda with OneAgent | Dynatrace Docs
AWS Lambda lets you run code without provisioning or managing servers. This deployment model is sometimes referred to as "serverless" or "Function as...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
With SAM, it is possible to define your Api configuration using AWS::Serverless::Api. When you then define x-amazon-apigateway-integration, you can choose to have type “aws” or “aws_proxy”. Shouldn’t this “aws” type option be supported by sam-local? Then it would make sense to support lambda integration.
I agree with @alexiaallanic-myob lambda integration should also be supported.