Skip to content

Files

Latest commit

 

History

History

task04

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

task04

High level project overview - business value it brings, non-detailed technical overview.

Notice

All the technical details described below are actual for the particular version, or a range of versions of the software.

Actual for versions: 1.0.0

task04 diagram

task04

Lambdas descriptions

Lambda lambda-name

Lambda feature overview.

Required configuration

Environment variables

  • environment_variable_name: description

Trigger event

{
    "key": "value",
    "key1": "value1",
    "key2": "value3"
}
  • key: [Required] description of key
  • key1: description of key1

Expected response

{
    "status": 200,
    "message": "Operation succeeded"
}

Deployment from scratch

  1. action 1 to deploy the software
  2. action 2 ...