https://github.com/rasnes/goblet-get-request
Example of using goblet (via poetry) to deploy a simple Cloud Run service
https://github.com/rasnes/goblet-get-request
Last synced: 11 months ago
JSON representation
Example of using goblet (via poetry) to deploy a simple Cloud Run service
- Host: GitHub
- URL: https://github.com/rasnes/goblet-get-request
- Owner: rasnes
- Created: 2022-11-24T13:52:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T13:52:39.000Z (over 3 years ago)
- Last Synced: 2025-03-14T06:23:22.930Z (over 1 year ago)
- Language: Python
- Size: 4.98 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goblet-get-request
A simple example of how one could deploy a simple service to Cloud Run that accepts run-time parameters via GET requests. It is also easy to include a schedule of the job via Cloud Scheduler.