Access Google Cloud resources from Python Cloud Function (YouTube tutorial)

Accessing Google Cloud resources manually is straightforward. We can use the Web UI or the SDK in the console. However, when we try to the same thing programmatically, from the context of a local script or a cloud function, we run into authorization problems. In this YouTube tutorial we are writing a cloud function that… Continue reading Access Google Cloud resources from Python Cloud Function (YouTube tutorial)

Published
Categorized as cloud

WordPress on AWS Lightsail

I migrated a local WordPress installation to AWS Lightsail. Having worked with Google Cloud in the past I have to say I liked AWS Lightsail. I don’t think GCE is equivalent to Lightsail. The latter is easier to use for standalone small deployments such as a small WordPress site. Lightsail has very affordable pods starting… Continue reading WordPress on AWS Lightsail