AWS Console : how to create a lambda microservice
One of the most common use-cases of lambda is performing CRUD operation. The CRUD is exposed using API gateway as a lambda microservice. In this step by step guide, we will be using the AWS Management Console to create a lambda microservice. We will use a User object for this guide. Operation Functionality POST [...]