Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nwestfall committed May 10, 2019
1 parent 061ac69 commit 2524ce9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# AWS Lambda Simple SQS Function Project
# AWS Lambda Simple SNS Function Project

This starter project consists of:
* Function.cs - class file containing a class with a single function handler method
* aws-lambda-tools-defaults.json - default argument settings for use with Visual Studio and command line deployment tools for AWS

You may also have a test project depending on the options selected.

The generated function handler responds to events on an Amazon SQS queue.
The generated function handler responds to events on an Amazon SNS service.

After deploying your function you must configure an Amazon SQS queue as an event source to trigger your Lambda function.
After deploying your function you must configure an Amazon SNS service as an event source to trigger your Lambda function.

## Here are some steps to follow from Visual Studio:

Expand Down

0 comments on commit 2524ce9

Please sign in to comment.