Add eventbridge slide
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Pavle Portic 2020-06-09 00:35:02 +02:00
parent 7d3a49f833
commit fa1d706b6c
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 19 additions and 7 deletions

View File

@ -15,8 +15,6 @@ What does serverless mean?
AWS Compute startup times
-------------------------
.. Speaker note
.. revealjs_fragments::
* EC2 - minutes
@ -112,12 +110,19 @@ Triggering events
rules:
- suffix: .mkv
Infrastructure is hard
----------------------
Other serverless goodies
------------------------
* CloudFormation bad
* Terraform good
* Multiple environments are harder
* Automatic IAM roles
* Easy additional permissions
* Lots of functionality for little code
Other serverless badies
-----------------------
* CloudFormation bad, Terraform good
* Multiple environments are harder to implement
* Hardcoding and code duplication
Messaging pipeline
==================
@ -147,3 +152,10 @@ More triggers and destinations
- request_cleaning
destinations:
onSuccess: arn:aws:events:::event-bus/default
EventBridge - Central point of success
--------------------------------------
* Arbitrary event routing and scheduling
* All services produce events
* Cheap af (even free if used correctly)