Skip to content Skip to sidebar Skip to footer
Showing posts with the label Serverless

How To Create The Dynamodb Table Using Serverless.yml And Delete The Items Of It Using Python Boto3?

I've created the dynamodb table using serverless.yml as below: resources: Resources: myTa… Read more How To Create The Dynamodb Table Using Serverless.yml And Delete The Items Of It Using Python Boto3?

Serverless Framework Python Lambda Return Json Directly

I'm trying to find out how can I return the response as a JSON directly using Serverless Framew… Read more Serverless Framework Python Lambda Return Json Directly