Blog
Posts
[T] Creating your Serverless Python Development Environment the Easy Way on Cloud9 (Windows, Mac, and Linux)
Want to find out who your real programming friends are? Ask them to come over and help you setup your development environment.
[V] From Python Beginner to Job Ready With Serverless
Now that you've finished Automate the Boring Stuff, or equivalent beginner python cour...[V] 3 Things to Do With All New AWS Accounts
Now that you've gotten your brand new AWS account setup, what can you do to secure it from evil peop...[T] I Finished Programming My Python App... Now How Do I Deploy It? Here Is a Flowchart to Get You Started
As discussed in my previous article Finished Automate the Bori...
[T] Finished Automate the Boring Stuff... Now What? 3 Essential Non-Python Skills Every Developer Needs
So you’ve finally worked your way through the majority of “Automate the Boring Stuff” and feel like you’re starting to get t...
[T] AWS Lambda is Not Always the Right Answer! 5 Things to Consider Before Developing Your Function
After reading the Benefits and Use Cases of AWS Lambda, the Lambda Team might have you believing that there is very little AWS La...
[T] Connect your AWS Lambda Function to RDS the PROPER way with AWS Secrets Manager
You’ve setup your database and prepared your connect statement at the top of your
handler.py
file: