mirror of
https://github.com/nickpoida/og-aws.git
synced 2025-02-13 10:21:57 +00:00
Merge pull request #574 from ukanth/master
Spell mistake in Lambda part
This commit is contained in:
commit
abd417884d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
- 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:
|
- More on serverless:
|
||||||
- [Martin Fowler's thoughts.](http://martinfowler.com/articles/serverless.html)
|
- [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.
|
- [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)
|
- [Other helpful frameworks.](https://github.com/anaibol/awesome-serverless#frameworks)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue