Aws Lamda Deep Dive - amresh087/newronaRepos GitHub Wiki

Aws Lamda Deep Dive

By using serverless we can create any type of project like maven java project, node js project, kolin project etc.

sls create --help

sls create --template <choose the template name>  --path <project name>

AWS Lambda and Serverless Framework Core Concepts

  1. Function
  2. Event
  3. Resource
  4. Service