Two weeks ago, I presented my talk about the AWS CDK in Chicago at the Midwest AWS Community Day, and the slides and recordings are all posted. Check out my website for links, as well as extra references.
https://jasonbutz.info/talk/2023/06/aws-cdk-beyond-the-intro/
Blink and It's Gone: Embracing Ephemeral CDK Stacks for Efficient DevOps
https://matt.martz.codes/blink-and-its-gone-embracing-ephemeral-cdk-stacks-for-efficient-devops
This is a supplemental post for my DC AWS Summit Dev Chat. Hope to see you there on June 8th ๐ป
#awscommunitybuilders #awscommunity #awscdk #devops #awssummitdc2023
#awscommunitybuilders #AWSCommunity #awscdk #devops #awssummitdc2023
Had 40 minutes to spare - so I used GPT-4 to build a simple REST backend for a URL shortener.
- The entire stack was fully generated, no manual fixes
- The lambda handlers were fully generated, no manual fixes
- The Readme was fully generated, no manual fixes
Took 40 minutes from cdk init to working backend. Next up: A simple UI on top of it :) #aws #awscdk #gpt4
With #awscdk Is there a way to have the template in the AWS Console show up as YAML by default rather than JSON?
Say Goodbye to Your CDK Stacks: A Guide to Self-Destruction
on @hashnode
Quick post on how to make CDK Stacks destroy themselves ๐คฏ๐งจ๐ฅ
#aws #awscdk #serverless #automation #stepfunction https://matt.martz.codes/say-goodbye-to-your-cdk-stacks-a-guide-to-self-destruction
#aws #awscdk #serverless #automation #stepfunction
In this post, I convert
Allen Helton's SAM-based Cross-Posting code to CDK and add a few features to make posting to
devTo, hashnode and medium optional ๐
Improving a Serverless App To Cross-Post Blogs
https://matt.martz.codes/improving-a-serverless-app-to-cross-post-blogs
New Post! https://matt.martz.codes/core-web-vitals-cdk-constructs-and-you
Learn about Core Web Vitals and how to create a CDK Construct and Typescript snippet to easily add CloudWatch Real User Monitoring to any project!
#serverless #awscdk #cdk #ux #AWSCommunity
I'm happy to see #AWS expanding their reference architectures with more deployment pipelines and #DevOps practices, but I am even more excited for the reference implementations announced in their blog post from January 30th. All the different reference librarys from AWS are great resources but adding more reference implementations will be a major accelerator for teams.
#CICD #DevSecOps #Architecture #IaC #AWSCDK #CDK #SoftwareEngineering #Cloud
#aws #devops #cicd #devsecops #architecture #iac #awscdk #cdk #softwareengineering #cloud
Pretty interesting article comparing AWS CDK, Terraform and Pulumi (via https://www.weekly.tf) - https://briancaffey.github.io/2023/01/07/i-deployed-the-same-containerized-serverless-django-app-with-aws-cdk-terraform-and-pulumi/ #aws #awscdk #terraform #pulumi
#aws #awscdk #terraform #pulumi
Played a bit with Deno in the context of running AWS CDK apps (well, testing them) https://github.com/cloudspec-dev/deno-poc - Works surprisingly well #aws #awscdk #deno
last weekend, I built two CDK constructs to deploy Rust functions and extensions to AWS Lambda. Bindings for other languages besides TypeScript coming as soon as I learn how to generate them:
#rust #awslambda #aws #cdk #awscdk
Anyone working on #OpenSearch #awscdk willing to review/fix/cleanup and merge this example?
https://github.com/aws-samples/aws-cdk-examples/pull/709
If you don't have the permissions, but do have feedback, please join the issue with feedback! ๐
Iโve got a stack of these. Come say hi! #aws #reInvent2022
RT @NIDeveloper@twitter.com
Do you want a 15% discount off @thecdkbook@twitter.com ???
Come find me in Vegas or @hoegertn@twitter.com, @SathyaBhat@twitter.com or @mattbonig@twitter.com to get a code!!!
๐ฆ๐: https://twitter.com/NIDeveloper/status/1597295544069918720
#aws #reinvent2022 #reinvent #awscdk #thecdkbook
I wrote an intro article to #AWS CDK, because I found far too many people making the same mistakes, and not enough guides to give a newbie.
Enjoy! Share! Send feedback if you wish ๐
Time to do some chores โ time to switch the Lambda Functions to use Node.js v18!
Yes, #awscdk got support 6 hours ago: https://github.com/aws/aws-cdk/releases/tag/v2.51.0
Trying this thing out. Plopping some hashtags out there.
#reinvent #awsreinvent #cdk #awscdk #serverless
I've written about using Lambda@Edge with CloudFront to configure redirect rules for domains as a cheap way to keep URLs cool and avoid breaking the internet.