aws s3 event structure

work in progress – writing an AWS Python based lambda function with events on S3 – trying to figure how to get to the OBJECT->KEY in the S3 events structure syntactically from python… writing that to dynamodb.
So far I know the structure of the S3 event dictionary parameter passed into lambda as “event” as below.  The question is how to get to the OBJECT->KEY and others.  There is likely an easier way – problem is lambda just passes dictionary structures for “event” and “context” both are complex structures.  Checking… be back



		
		
			

Leave a Comment

Scroll to Top