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?

Use Sphinx Within A Serverless Model

I am currently using sphinx to automatically generate my documentation site from ReStructuredText f… Read more Use Sphinx Within A Serverless Model

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