Tag: Cloud
-
Heroku set to end its free tier later this year
Heroku has announced that later this year it will end its free tier, which means users can no longer use free Dynos and free Postgres and Redis add-ons. Users have until 28 November 2022 to migrate to a paid plan. Heroku announces the changes in a blog. Affected customers also received an email in which…
-
Getting started with AWS CDK v2
With the AWS CDK you can easily build your infrastructure on AWS as Infrastructure-as-Code. Instead of writing long CloudFormation templates in YML you can write short, to the point code to create an S3 bucket, deploy a Lambda or create a CloudFront distribution. We will walk you through everything you need to know to get…