News

For the example application deployed to ECS an AWS CodePipeline consists of a source code repository such as a GitHub repo, AWS CodeBuild for Build and a AWS ECS (Fargate) service for Staging.
Amazon announced the general availability of AWS Serverless Application Repository, a marketplace for developers to collaborate on building serverless applications.
Brien Posey takes you through the steps for deploying serverless applications on the AWS cloud, explaining how users can choose from hundreds of preconfigured applications ready for use in the ...
AWS is offering a 90-day free trial of CodeGuru and after that it charges $0.50 to run CodeGuru Reviewer over each 100 lines of code in a source-code repository.
AWS today launched Amazon Honeycode, a no-code environment built around a spreadsheet-like interface that is a bit of a detour for Amazon's cloud service.
AWS is also introducing a service called X-Ray, which is meant to help developers with debugging their code. The service will show performance bottlenecks and show which services are causing issues.
Amazon Q Developer works well for completing lines of code, doc strings, and if/for/while/try code blocks, but can’t generate full functions for certain use cases.
After previously demonstrating how to deploy a serverless application to AWS Lambda, Brien Posey shows how to create a test event, run a test, and then remove the application.