You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[x] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:
Enable Api Gateway with Java Lambda Support Project
Current Behavior
Now with Serverless application model you can not user an event type: AlexaSkill with an Api event in order to route to the first one:
Events:
HelloWorldApi:
Type: Api
Properties:
Path: /api/alexa
Method: post
HelloWorld:
Type: AlexaSkill
Context
If you enable this option we can use API Gateway with our alexa skill and we can use the sam CLI option sam local start-api to debug our Alexa Skill. With that option you can set up an API REST locally and allow us to debug this lambda in local and also if you want to set up an api gateway to route to your lambda function it works as wel.
The text was updated successfully, but these errors were encountered:
Is this issue/feature-request still relevant?
We are working on prioritization of relevant issues and cleanup of rest. If we don’t hear back in 2 weeks, we will assume that the issue is not relevant and we will close it.
I'm submitting a...
Enable Api Gateway with Java Lambda Support Project
Current Behavior
Now with Serverless application model you can not user an event type: AlexaSkill with an Api event in order to route to the first one:
Events:
HelloWorldApi:
Type: Api
Properties:
Path: /api/alexa
Method: post
HelloWorld:
Type: AlexaSkill
Context
If you enable this option we can use API Gateway with our alexa skill and we can use the sam CLI option sam local start-api to debug our Alexa Skill. With that option you can set up an API REST locally and allow us to debug this lambda in local and also if you want to set up an api gateway to route to your lambda function it works as wel.
The text was updated successfully, but these errors were encountered: