Deploying a Static Site to Digital Ocean’s App Platform
Digital Ocean offers 3 free static sites on their app platform. If you're looking to deploy a static site using their app platform, read this article to learn how.
Digital Ocean offers 3 free static sites on their app platform. If you're looking to deploy a static site using their app platform, read this article to learn how.
In the final article of my AWS Lambda 101 series, I combine all the things we've learned so far into a small, sample project: Creating and deploying a Twitter bot to AWS Lambda.
Need to pass credentials or secrets to your Python Lambda functions?
Need to send and retrieve data from your AWS Lambda function via HTTP request? Learn how to create an endpoint that connects to it using AWS API Gateway.
Need to set up an AWS Lambda function on a recurring schedule? Learn how using AWS EventBridge!
Just getting started with AWS Lambda? Learn how to set up your first Python Lambda function.
Need to work with CSV files in Python? Learn how to open, read, and write to CSV files!
Learn how to use virtual environments and requirements.txt to maintain your projects better.
Instead of hardcoding your emails within Python, you can move them to HTML templates using Jinja!
Ready to deploy your static site built by Pelican? Learn how to deploy to Netlify!
Interested in setting up a static site using Pelican? Check out how I set up this site!