AWS Developer Tools

Home » AWS Cheat Sheets » AWS Developer Tools

Customize Your Invite Links with Amazon S3 Website Redirect

2023-04-26T07:40:26+00:00

If you use Discord, Slack, or Telegram, you're probably familiar with those long and complicated invite links used to join servers or channels. These links can be difficult to remember and may even discourage some people from joining. With URL redirection, you can create a custom and easy-to-remember domain name for your invite links. For example, you might use a domain like "discord.mycoolsite.com" that redirects to the invitation page of your Discord server, which might look something like this: "discord.com/invite/aabbCCDD". Inviting people thru a custom domain can reinforce your brand and make it easier for others to share and join [...]

Customize Your Invite Links with Amazon S3 Website Redirect2023-04-26T07:40:26+00:00

What’s New with the SAA-C03 AWS Certified Solutions Architect Associate exam this 2022?

2023-06-13T01:04:43+00:00

The AWS Training and Certification team recently announced that there’s yet another version release of its popular AWS Certified Solutions Architect Associate exam will be released this August 30, 2022. Its new exam version would be SAA-C03. Take note that the current version (SAA-C02) will only be available on August 29, 2022 so you still have time to recertify. The new SAA-C03 will be focused on Security, as shown on its official exam guide.' History of the AWS Certified Solutions Architect Associate Exam (SAA-C03) Let’s take a look at the brief history first of the AWS Certified Solutions Architect exam. It all began [...]

What’s New with the SAA-C03 AWS Certified Solutions Architect Associate exam this 2022?2023-06-13T01:04:43+00:00

Lifecycle Event Hooks in CodeDeploy

2023-06-02T02:57:06+00:00

Bookmarks Events Things To Consider In biology, life cycle refers to the series of stages or events that occur during an organism’s lifetime. Lifecycle also applies when automating software deployment on AWS CodeDeploy. Lifecycle event hooks refer to the series of events that describes how a deployment is accomplished. It allows you to control or perform actions on different stages of your deployment. In the traditional way, whenever you release a new feature for your application, you would have to manually disable the app and install the code. If the code resides in a repository [...]

Lifecycle Event Hooks in CodeDeploy2023-06-02T02:57:06+00:00

AWS CodeCommit Repository

2023-06-05T02:10:55+00:00

Amazon Web Services, with its ever-growing breadth of services, offers a fully-managed version control system where developers can privately store their application source code like Github or Bitbucket. CodeCommit can be used as a staging ground coupled with CodeDeploy and CodePipeline to seamlessly deploy code to Amazon EC2 instances.  In this article, I will discuss how we can leverage Amazon SNS to send notifications whenever there are events in our repository. This is particularly useful when we need to keep our work colleagues up-to-date if there are events in our repository. Triggers are used for two things. The first is [...]

AWS CodeCommit Repository2023-06-05T02:10:55+00:00

AWS CodeStar

2023-06-07T06:54:23+00:00

AWS CodeStar Cheat Sheet A cloud‑based software development service that provides the tools you need to quickly develop, build, and deploy applications on AWS. CodeStar is commonly used along with CodeCommit, CodeBuild, CodeDeploy, and CodePipeline for a robust CI/CD toolchain. Features Each AWS CodeStar project comes with a project management dashboard, including an integrated issue tracking capability that uses Atlassian JIRA Software. With the project management dashboard, you have a unified user interface to monitor application activity, and track progress across all stages of your software development process, including code commits, builds, tests, and deployments. AWS CodeStar provides you a [...]

AWS CodeStar2023-06-07T06:54:23+00:00

AWS CodeCommit

2023-06-23T08:17:44+00:00

Bookmarks Concepts Repository Features File Features Pull Requests Commit and Branch Features Migration from Git repositories to CodeCommit High Availability Security Monitoring Pricing Limits AWS CodeCommit Cheat Sheet  A fully-managed source control service that hosts secure Git-based repositories, similar to Github. You can create your own code repository and use Git commands to interact with your own repository and other repositories. You can store and version any kind of file, including application assets such as images and libraries alongside your code. The AWS CodeCommit Console lets [...]

AWS CodeCommit2023-06-23T08:17:44+00:00

Instrumenting your Application with AWS X-Ray

2023-08-14T02:52:58+00:00

Bookmarks Instrumenting your Node.js application Instrumenting your Java application Instrumenting your C# .Net application Instrumenting your Python application Instrumenting your Go application Instrumenting your Node.js application The AWS X-Ray SDK for Node.js provides middleware that you can use to instrument incoming HTTP requests. You need to add the SDK to your application’s dependencies, usually via package.json. Initialize the SDK client and add it to your application prior to declaring routes. var AWSXRay = require('aws-xray-sdk'); AWSXRay.setDaemonAddress('host:port'); app.use(AWSXRay.express.openSegment('MyApp'));       3. Lastly, use the SDK exceptions after declaring routes. app.get('/', function (req, res) [...]

Instrumenting your Application with AWS X-Ray2023-08-14T02:52:58+00:00

AWS X-Ray

2023-06-23T08:23:06+00:00

Bookmarks Concepts Features How X-Ray Works Pricing AWS X-Ray-related Cheat Sheets Validate Your Knowledge AWS X-Ray Cheat Sheet AWS X-Ray analyzes and debugs production, distributed applications, such as those built using a microservices architecture. With X-Ray, you can identify performance bottlenecks, edge case errors, and other hard to detect issues. Concepts A segment provides the name of the compute resources running your application logic, details about the request sent by your application, and details about the work done. A segment can break down the data about the work done into subsegments. [...]

AWS X-Ray2023-06-23T08:23:06+00:00

AWS CodeBuild

2023-06-23T08:16:06+00:00

Bookmarks Concepts Features Monitoring and Security Pricing Additional Training Materials: AWS CodeBuild Video Courses on Udemy AWS CodeBuild Cheat Sheet A fully managed continuous integration service that compiles source code, runs tests, and produces software packages that are ready to deploy. Concepts A build project defines how CodeBuild will run a build. It includes information such as where to get the source code, which build environment to use, the build commands to run, and where to store the build output. A build environment is the combination of operating system, programming language runtime, [...]

AWS CodeBuild2023-06-23T08:16:06+00:00

AWS CodePipeline

2023-07-25T08:47:23+00:00

Bookmarks Concepts Features Limits Pricing Validate Your Knowledge AWS CodePipeline Cheat Sheet A fully managed continuous delivery service that helps you automate your release pipelines for application and infrastructure updates. You can easily integrate AWS CodePipeline with third-party services such as GitHub or with your own custom plugin. Concepts A pipeline defines your release process workflow, and describes how a new code change progresses through your release process. A pipeline comprises a series of stages (e.g., build, test, and deploy), which act as logical divisions in your workflow. Each stage is made [...]

AWS CodePipeline2023-07-25T08:47:23+00:00

AWS, Azure, and GCP Certifications are consistently among the top-paying IT certifications in the world, considering that most companies have now shifted to the cloud. Earn over $150,000 per year with an AWS, Azure, or GCP certification!

Follow us on LinkedIn, Facebook, or join our Slack study group. More importantly, answer as many practice exams as you can to help increase your chances of passing your certification exams on your first try!