Developing an AWS Lambda container in Python and deploying via Terraform
This blog post shows how to implement a non-trivial python lambda that generates a chart from a public data source. Since the chart library...
This blog post shows how to implement a non-trivial python lambda that generates a chart from a public data source. Since the chart library...
Why I wrote this post Python has powerful data analysis and charting feature via the pandas and matplotlib libraries as any data science...
A common paradigm in web development is the deployment of a static website to Amazon S3 instead of hosting in a web server. Web applications...