Skip to content

Commit

Permalink
Merge pull request serverless#9 from serverless/export-dictionary
Browse files Browse the repository at this point in the history
Update main module to export dictionary
  • Loading branch information
chrismcleod authored Apr 22, 2019
2 parents 770c02f + 5d81eba commit 808f050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ import alexaSkillEventTemplate from "./events/aws/alexa-skill-event-template.jso
import cloudWatchEventTemplate from "./events/aws/cloud-watch-event-template.json";
import cognitoUserPoolEventTemplate from "./events/aws/cognito-user-pool-event-template.json";

const dictionary = {
export const dictionary = {
"aws:sns": snsTemplate as SNSEvent,
"aws:sqs": sqsTemplate as SQSEvent,
"aws:apiGateway": apiGatewayTemplate as APIGatewayEvent,

0 comments on commit 808f050

Please sign in to comment.