Sandro VolpicellaforHashnode Engineeringlazy-dust-nominate-11.hashnode.net·Feb 4, 2022FeaturedHow We Build Serverless Audio Blogs with AWS on a ScaleDid you know that there is an amazing feature where we transform your text blogs into an audio-enabled podcast experience? For example, look at this post: You can simply hit play, and listen to @learnwithmegha 's article talking about our new compan...Andrew Baisden and 8 others are discussing this9 people are discussing thisDiscuss·178 likes·2.4K readsAWSSo nice to have the behind the scenes article! 3
Sandro VolpicellaforHashnode Engineeringlazy-dust-nominate-11.hashnode.net·Mar 30, 2022FeaturedHow We Leverage Serverless for Backing up Your Posts.One of the main value propositions of hashnode is data ownership. With that comes opting out of hashnode. In case you want to leave to a competitor 😢 or to your own blog we want to make it as easy as possible for you. That is why we offer the featur...Juan Alvarez and 3 others are discussing this4 people are discussing thisDiscuss·175 likes·1.8K readsAWS
Shad MirzaforHashnode Engineeringlazy-dust-nominate-11.hashnode.net·Apr 19, 2023Custom Metrics Made Easy: A Comprehensive Guide to SST and CloudWatch IntegrationMonitoring and managing resources is an important part of making sure your serverless application is working as expected and troubleshooting when issues arise. Amazon Web Services (AWS) provides a wide range of services to monitor and track the perfo...Vamsi Rao and 2 others are discussing this3 people are discussing thisDiscuss·133 likes·317 readsAWSThis is really nice! 16
Njuguna John Brian Nguginjugunajb.hashnode.net·Apr 24, 2023Introduction To AWS CDK (Amazon Cloud Development Kit)Introduction In this article, we explore the AWS Cloud Development Kit (CDK), an open-source software development framework that lets you model and provision AWS cloud resources using the programming language of your choice. Overview of IaC Infras...Discuss·1 like·41 readsaws-cdk
Vu Daovumdao.hashnode.net·Apr 23, 2023Manage IAM Access Key Of AWS Service Connection In Azure Devops PipelineAbstract Service Connection represents a Service Principal in Azure DevOps, an identity which uses Headless authentication. We create a connection from Azure Pipelines for external and remote services to execute tasks in a job. Once you establish a...Discusssimflexcloud
Vu Daovumdao.hashnode.net·Apr 23, 2023CDK CloudWatch Auto AlarmsAbstract For observability, Amazon CloudWatch is one of the options to collect and track metrics as well as provide alerts based on the metric threshold setting. Especially when you don't want to use external monitoring and observability tools such ...Discussaws-cdk
Rakeshmagicbrain.hashnode.net·Apr 21, 2023How to save money on AWS Transfer Family(SFTP) Server - Non-Production useUse Case:- Our company has an SFTP server in the lower environment, but we don't have regular traffic on it. Our QA team only uses it once every two weeks during production release testing. If you create an AWS SFTP server, you will be charged $0.30 ...Discuss·10 likes·77 readsAWS
Shad MirzaforHashnode Engineeringlazy-dust-nominate-11.hashnode.net·Apr 19, 2023Custom Metrics Made Easy: A Comprehensive Guide to SST and CloudWatch IntegrationMonitoring and managing resources is an important part of making sure your serverless application is working as expected and troubleshooting when issues arise. Amazon Web Services (AWS) provides a wide range of services to monitor and track the perfo...Vamsi Rao and 2 others are discussing this3 people are discussing thisDiscuss·133 likes·317 readsAWSThis is really nice! 16
Coner Murphyconermurphy.hashnode.net·Apr 14, 2023How to Use cron Jobs to Schedule Your Lambda Functions with AWS CDKWhen building projects with AWS, there will come a time when you need to run things on a consistent and regular basis. A common example of this would be running a Lambda function once per day to perform some checks against a database. But, how do we ...Discuss·10 likesAWS
Coner Murphyconermurphy.hashnode.net·Apr 14, 2023Maximizing Your AWS Lambda Function's Potential with Layers and the AWS CDKA common approach to working with AWS lambdas in the AWS CDK with TypeScript is to bundle your external dependencies and reused code into the final compiled JavaScript that is deployed to the lambda function. Often this is achieved by using something...Discuss·10 likesAWS
Coner Murphyconermurphy.hashnode.net·Apr 14, 2023Automate Your AWS CDK Stack Deployment with GitHub ActionsWhen we’re deploying our AWS CDK stacks we have a few options available to us, the easiest and where most people start is deploying them via the terminal on your local machine with a command like cdk deploy. For development, this method is more than ...DiscussAWS
Jeroen Reijnjreijn.hashnode.net·Apr 12, 2023Improve AWS security and compliance with cdk-nagAWS Cloud Development Kit (AWS CDK) is a powerful tool that allows developers to define cloud infrastructure in code using familiar programming languages like TypeScript, Python, and Java. However, as with any infrastructure-as-code tool, it's import...DiscussAWS
Jeroen Reijnjreijn.hashnode.net·Apr 5, 2023Lessons learned from picking the right Java driver for Amazon ElastiCache for Redis - Part 2In part one of this series we looked at Jedis as the Java-based Redis driver when used in combination with ElastiCache for Redis in clustered mode. We learned that during a failover Jedis takes some time to figure out what the new primary is before i...Discuss·28 readsAWS