Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure events/triggers in Lambdas? #163

Open
rvanderwerf opened this issue Nov 20, 2018 · 1 comment
Open

configure events/triggers in Lambdas? #163

rvanderwerf opened this issue Nov 20, 2018 · 1 comment

Comments

@rvanderwerf
Copy link

Hi I'd like a way to save manual intervention so users of don't have to use cloudformation - I want to be able to enable the alexa trigger (or any really) as part of the configuration upload to lambda.. take for example this template from lambda:

AWSTemplateFormatVersion: '2010-09-09'
Transform: 'AWS::Serverless-2016-10-31'
Description: An AWS Serverless Specification template describing your function.
Resources:
helloworldalexa:
Type: 'AWS::Serverless::Function'
Properties:
Handler: 'example.HelloWorldAlexaFunction::hello'
Runtime: java8
CodeUri: .
Description: ''
MemorySize: 256
Timeout: 60
Role: 'arn:aws:iam::XXXXXXXXX:role/lambda_basic_execution'
Events:
AlexaSkillEvent:
Type: AlexaSkill

Currently I have to log into the console after upload/deploy and set this manually.

@blundell
Copy link

blundell commented Dec 7, 2019

+1 looking how to add a trigger to the configuration when creating a lambda with this plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants