02. 22 06 2022 - catedradxc/serverlessStudy GitHub Wiki

Date: 22/06/2022

Daily objetives

* Understanding the HAL guidelines to create hypermedia APIs
* Deploy a simple version of lambda function on AWS
* Deploy the same lambda function following a taditional way like kubernetes

Related work

* Read and understand the following article [about hal APIs by DXC](https://developer.dxc.com/apis) gave yesterday at the meeting
* Learn how to create a lambda function on AWS using serverless module, AWS lambda service and IAM service
* Develop a helloworld function and deploy it on AWS
* Learn how kubernetes works
* Download awscli to manege aws through command line
* Learn how to deploy a simple app with EKS service