AWS Proton is the first fully managed software deployed service for container and Serverless applications. Cloud Platform teams can use AWS Proton to connect and coordinate all the different tools needed for infrastructure provisioning, code deployments, monitoring, and updates. As enterprises start deploying application using Micro-service architecture, with hundreds of small services , maintaining and […]
Category: Serverless
AWS Toolkit for Visual Studio Code
The AWS Toolkit for Visual Studio Code is a plugin for the Visual Studio Code (VS Code) editor. The Toolkit makes it easier for developers to develop, debug, and deploy applications that use Amazon Web Services. AWS Toolkit is compatible with many AWS services and helps developers to get started faster and be more productive […]
Deploy Serverless Application Using SAM-CLI and Code-Deploy
Let us try to build and deploy a sample “MyServerlessApp” application using AWS SAM. Once deployed we will test the application in the AWS cloud or locally on the development machine The application will be a simple serverless application that implements a basic API backend. It consists of an Amazon API Gateway endpoint and an […]