AWS CodePipeline: Set up a Continuous Deployment Pipeline Using S3
Latest Videos
•
8m 54s
In this tutorial, you will learn how to create an automated software release pipeline that deploys a live sample app. You will create the pipeline using AWS CodePipeline, a service that builds, tests, and deploys your code every time there is a code change. S3 will be used as the source location for the sample app’s code.
Follow the steps of this tutorial and get the sample code: https://aws.amazon.com/getting-started/tutorials/continuous-deployment-pipeline/?trk=gs_card
Up Next in Latest Videos
-
AWS Dynamodb - Create and Query a NoS...
In this tutorial, you will learn how to create a simple table, add data, scan and query the data, delete data, and delete the table by using the DynamoDB console. DynamoDB is a fully managed NoSQL database that supports both document and key-value store models. Its flexible data model, reliable p...
-
Leverage the message filtering featur...
Filter Messages Published to Topics
with Amazon Simple Notification Service (SNS) and Amazon Simple Queue Service (SQS)In this tutorial, you will learn how to leverage the message filtering feature of Amazon Simple Notification Service (SNS). The message filter feature enables endpoints subscri...
-
Send Fanout Event Notifications with ...
Send Fanout Event Notifications with Amazon SQS and Amazon Simple Notification Service. Learn how to implement a fanout messaging scenario using Amazon Simple Notification Service (SNS) and Amazon Simple Queue Service (SQS). In this scenario, messages are "pushed" to multiple subscribers, which ...