Serverless es la nueva palabra de moda en el mundo del desarrollo. Y lo es por una buena razón: las arquitecturas serverless nos permiten centrarnos en la lógica de nuestro negocio, y preocuparnos menos de nuestra infrastructura. En este workshop daremos una breve introducción a las arquitecturas serverless y luego nos pondremos manos a la obra para desarrollar una solución utilizando:

- AWS Step Functions
- AWS Lamba
- .Net Core (C#)
- Javascript
- Python
- Serverless framework
Si vienes a este workshop aprenderás a:
- Crear una Lambda function utilizando C#, JavaScript y Python.
- Deployar y testear Lambdas utilizando el framework Serverless
- Crear, deployar y testear una Step Function con diferentes tipos de pasos
Si quieres venir al workshop, por favor instálate los pre-requisitos descritos aquí.

Comments

Comments are closed.

Isidro López at 22:14 on 8 Oct 2017

GREAT preparation and explanations, the GitHub repository was very pedagogic (which is quite exceptional).

Un mundo muy interesante! Me faltó profundizar un poco en algunos conceptos antes de meternos al "meollo".

César at 13:11 on 9 Oct 2017

It covered my expectations. Thanks to this workshop I have eliminated the laziness of using AWS lambdas.
As Isidro mentioned good material. Thanks.

This workshop was awesome. I get in only with a glimpse of what Lambdas are and step out with a fully working Step Function with 3 different Lambdas with 3 different languages and an excellent overview of the whole process.
The previous work on the github repo is amazing, anyone can learn as much as the assistants just going through the detailed steps description on the read.mes