azoutte/lambda_dynamoDB
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
nothertrrr test The .lpy files are python 2.7 scripts meant to run from Lambda on AWS. The create function creates an item in a DynamoDB table (lambda_dynamodb_table) when triggered by a new object being added to the nabdemo bucket. Attrubutes of time and date are also added to the item. The delete function, removed that record when the object is removed from S3.