Skip to content

Commit

Permalink
Final Submission - Executable Tutorial: Implementing AWS Lambda with …
Browse files Browse the repository at this point in the history
…AWS SES and invoking it with HTTP Request (#1389)

* Feedback request for tutorial

* Add feedback changes
  • Loading branch information
sfkwww authored May 3, 2021
1 parent 66c2215 commit 7b35bcc
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion contributions/executable-tutorial/swill/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tutorial: Implementing AWS Lambda and invoking it with AWS SES
# Tutorial Submission: Implementing AWS Lambda with AWS SES and invoking it with HTTP Request
## Members
- [Sebastian Williams](https://github.com/sfkwww) (swill@kth.se)

Expand All @@ -13,3 +13,20 @@ The main steps of the tutorial will be as follows:
- Configuring the permissions for the Lambda

Microservices such as AWS Lambda are commonly used within DevOps to build a single application as a set of small services.

## Submission

Due to invoking AWS Lambda with SES requires a domain I opted to use an HTTP request as the lambda trigger instead.

The Katacoda tutorial can be found [here](https://www.katacoda.com/sfkwww/scenarios/aws-lambda-ses) and the repo can be found [here](https://github.com/sfkwww/katacoda-scenarios).

I hope to receive feedback from @oskstr as per #1164

## Changes based on Feedback

- Added an example scenario of why using Lambda like this could be useful in the intro.
- Rewrote parts of step 2 to make it more clear.
- Add explanation on how to send emails to unverified email addresses.
- Added some more details to step 4 to reduce confusion.
- Added background information on what Lambda Triggers are.
- Added a link for instructions on invoking AWS Lambda on received emails.

0 comments on commit 7b35bcc

Please sign in to comment.