Support for AWS::Lambda::Function and AWS::ApiGateway::RestApi
See original GitHub issueWhen running aws-sam-local
with a template file that uses AWS::Lambda::Function
and AWS::ApiGateway::RestApi
I see that aws-sam-local
complains about missing Serverless functions and related API events. Can aws-sam-local
work with AWS::Lambda::Function
and AWS::ApiGateway::RestApi
?
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Build a Hello World REST API with Lambda proxy integration
Lambda proxy integration is a lightweight, flexible API Gateway API integration type that allows you to integrate an API method – or an...
Read more >Using AWS Lambda with Amazon API Gateway
API Gateway provides tools for creating and documenting web APIs that route HTTP requests to Lambda functions.
Read more >Build an API Gateway REST API with Lambda integration
Learn how to create and test an API to expose a Lambda function with the Lambda integration using the API Gateway console.
Read more >Getting started with API Gateway - AWS Documentation
The HTTP API provides an HTTP endpoint for your Lambda function. API Gateway routes requests to your Lambda function, and then returns the...
Read more >Tutorial: Using Lambda with API Gateway - AWS Documentation
In this tutorial, you create a REST API through which you invoke a Lambda function using an HTTP request. Your Lambda function will...
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
We’re looking to add it, but don’t have a timeline for it yet.
We need to complete some work on the CloudFormation/SAM parser that we use first, then work on swagger support will be starting.
We’ve just merged #222 that adds support for Swagger as part of the Serverless Api resource.