I was curious about Google Cloud Technologies like Cloud Functions. So I developed simple Hello Function via .NET Core 6.
Build Simple HelloWorld GCloud Function via GCloud.
- Developed via .Net Core 6
GCloud Account
| .gitignore //gitignore file
| Function.cs // Main Function file
| GCloudFuncConfig.png //Picture for Readme file
| HelloFunctions.csproj //Dotnet project file
| HelloFunctions.sln //Dotnet solution file
| README.md
Please refer this link: https://github.com/GoogleCloudPlatform/functions-framework-dotnet
Deployment is simple, drag and drop the zip file of project. The screenshot is below:
I am open every advice for my project. I am planning to improve myself on .NET Core 6, Google Cloud Functions. So don't hesitate comment on my project. Every idea is plus for me.
Please use the Github issues.
- In the Future, i am planning to improve myself on Google Cloud Functions.