Let's look at some of the GCP services that we can use to implement Serverless applications:
- Serverless computing on AWS:
Google Cloud Functions is an event-driven, Serverless compute platform and corresponds to Lambdas in AWS.
- Access management:Cloud Identity & Access Management provides fine-grained access control for cloud resources.
- Resource provisioning and management:Cloud Deployment Manager allows us to create and manage cloud resources with templates.
- Simple object store:Google Cloud Storage is a unified object storage.
- API management:Apigee API Platform helps in developing, securing, deploying, and monitoring your APIs. Cloud Endpoints is another service that help in developing and maintaining APIs. While Cloud ...