question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for AWS::Lambda::Function and AWS::ApiGateway::RestApi

See original GitHub issue

When 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:closed
  • Created 6 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
PaulMaddoxcommented, Aug 19, 2017

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.

1reaction
sapessicommented, Dec 7, 2017

We’ve just merged #222 that adds support for Swagger as part of the Serverless Api resource.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found