1
0
Fork 0
mirror of https://github.com/nickpoida/og-aws.git synced 2025-02-14 19:02:00 +00:00

Spell mistake in Lambda

Fixed 'maange' -> manage
This commit is contained in:
robo-mo 2017-12-21 11:34:31 +05:30 committed by GitHub
parent fcc4c2adb6
commit 92132232dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1374,7 +1374,7 @@ Lambda
- Events sent to Lambda that fail processing can be managed using a [Dead Letter Queue (DLQ) in SQS.](http://docs.aws.amazon.com/lambda/latest/dg/dlq.html)
- More on serverless:
- [Martin Fowler's thoughts.](http://martinfowler.com/articles/serverless.html)
- [AWS Serverless Application Model (SAM)](https://github.com/awslabs/serverless-application-model), a simplification built on top of CloudFormation that can help to define, maange, and deploy serverless applications using Lambda.
- [AWS Serverless Application Model (SAM)](https://github.com/awslabs/serverless-application-model), a simplification built on top of CloudFormation that can help to define, manage, and deploy serverless applications using Lambda.
- [Serverless](https://github.com/serverless/serverless), one of the most popular frameworks for building serverless applications using AWS Lambda and other serverless compute options.
- [Other helpful frameworks.](https://github.com/anaibol/awesome-serverless#frameworks)