Deployment and testing of Google Cloud Functions

Опубликовано: 15 Октябрь 2024
на канале: Nikos Katsikanis
3,456
10

Heres a simple way I simplify my #DevOps by leveraging Google Cloud functions.
How it's done:
1. Create an express like index.js function and route to your various subfunctions
2. Test with the Functions Framework locally
3. Deploy to Google cloud with the gcloud bin from the sdk
4. Pat yourself on the back

#googlecloud #cloudfunctions #appengine