Let's get started with a brief description of API Gateway. Amazon API Gateway is an AWS service that can be used to create, publish, maintain, secure and monitor for REST and WebSocket APIs worrying about scaling and underlying infrastructure. What can API Gateway access as Back-end ? API Gateway can be integrated with one of … Continue reading API Gateway: Create a REST API using AWS CLI
Author: Simranjit Kaur
AWS Lambda : Create your first function
AWS Lambda is one of the compute service provided by AWS. Let's get started by a brief intro and then some hands on lab to create a basic function in Python 3.7 runtime. What is AWS Lambda ? AWS Lambda is a compute service that allows to create a function in one of the supported … Continue reading AWS Lambda : Create your first function