You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had this idea while I was running the Jam session this week.
What if we add in this repository:
The monolithic implementation
gcloud commands or terraform to create a project in GCP using CloudFunctions and PubSub
Snippets on sending messages and subscribing to events to the PubSub from a CloudFunction
Then we could spend much more time on the "event-driven" architecture and also easily check if our code is indee "microservice ready" by deploying the three services separately in the cloud.
Thoughts?
I can spend some time working on steps 1 and 3 using Python, but I'll need help for step 2.
The text was updated successfully, but these errors were encountered:
I had this idea while I was running the Jam session this week.
What if we add in this repository:
Then we could spend much more time on the "event-driven" architecture and also easily check if our code is indee "microservice ready" by deploying the three services separately in the cloud.
Thoughts?
I can spend some time working on steps 1 and 3 using Python, but I'll need help for step 2.
The text was updated successfully, but these errors were encountered: