👨🏽💻 Platform Lead @hashnode
📕 New Book: https://cloudwatchbook.com
⛅ AWS Fundamentals Book: https://awsfundamentals.com
😼 Builds https://kitlytics.com
🤗 AWS Community Builder
Please comment if it is other. I'm really curious.
Please comment if it is other. I'm really curious.
I don't want to watch them in a saved folder called "Favorites."
- Google 🙄
I don't want to watch them in a saved folder called "Favorites."
- Google 🙄
Imagine building a blogging platform.
Your `create-post` API started out with just publishing a post.
But after a few more cool ideas this API is now responsible for:
Imagine building a blogging platform.
Your `create-post` API started out with just publishing a post.
But after a few more cool ideas this API is now responsible for:
Composite alarms let you monitor multiple metrics. For example you can observe:
- Lambda errors
- API Gateway 500 errors
Composite alarms let you monitor multiple metrics. For example you can observe:
- Lambda errors
- API Gateway 500 errors
You can apply certain configurations or modifications of one kind of a construct.
Typical CDK aspects:
- attach alarm actions to every CloudWatch alert
- assign tags to every construct
- set log retention
And they are created SUPER easily!
You can apply certain configurations or modifications of one kind of a construct.
Typical CDK aspects:
- attach alarm actions to every CloudWatch alert
- assign tags to every construct
- set log retention
And they are created SUPER easily!
🏦 AWS Organization -> e.g. AWS Fundamentals
🧾 AWS Management Account -> Paying Account
🧾 AWS Account -> Dev/Prod
∎ AWS Profile -> ck-dev / ck-prod (those are the ones used in my IAC)
🏦 AWS Organization -> e.g. AWS Fundamentals
🧾 AWS Management Account -> Paying Account
🧾 AWS Account -> Dev/Prod
∎ AWS Profile -> ck-dev / ck-prod (those are the ones used in my IAC)
We are running a mini application on DSQL for quite some time to track our subscribers & sales
I just calculated how much it would cost us monthly: $0.00287
We are running a mini application on DSQL for quite some time to track our subscribers & sales
I just calculated how much it would cost us monthly: $0.00287
We're not planning on building a huge channel now, but we focus more on adding videos to blog posts and socials now.
So, we thought "why not reuse them on our own channel" 📹
We're not planning on building a huge channel now, but we focus more on adding videos to blog posts and socials now.
So, we thought "why not reuse them on our own channel" 📹
(not as straightforward as we thought - feedback incoming)
We wanted to try it out a few more things:
- Smallest price is MUCH bigger -> Target bigger stores
- We DITCHED the Free Plan and have only a free trial now
(not as straightforward as we thought - feedback incoming)
We wanted to try it out a few more things:
- Smallest price is MUCH bigger -> Target bigger stores
- We DITCHED the Free Plan and have only a free trial now
Some events we capture:
- pageviews / leaves
- orders merged + source (extension, dashboard, suggestion page)
- suggestions viewed
- settings changed
- subscription activated
- subscription cancelled
Some events we capture:
- pageviews / leaves
- orders merged + source (extension, dashboard, suggestion page)
- suggestions viewed
- settings changed
- subscription activated
- subscription cancelled
Typically, your API is orchestrating other functions to do certain things. In an event-driven system you let your consumers decide what to do.
Typically, your API is orchestrating other functions to do certain things. In an event-driven system you let your consumers decide what to do.
We are running a mini application on DSQL for quite some time to track our subscribers & sales
I just calculated how much it would cost us monthly: $0.00287
We are running a mini application on DSQL for quite some time to track our subscribers & sales
I just calculated how much it would cost us monthly: $0.00287
Have fun guys! See you at the Community Day 😉
Have fun guys! See you at the Community Day 😉
I'm finishing up my blog post about the pricing and publish it soon as a post and newsletter.
TBH - understanding DPUs and how it is exactly billed is not as straightforward as I would have thought 😬
I'm finishing up my blog post about the pricing and publish it soon as a post and newsletter.
TBH - understanding DPUs and how it is exactly billed is not as straightforward as I would have thought 😬
• CloudFront
• API Gateway
• Step Functions
• SNS
• SQS
• EventBridge
• CloudFront
• API Gateway
• Step Functions
• SNS
• SQS
• EventBridge
- Timestream for LiveAnalytics
- Pinpoint (this one existed for ages)
- AWS IQ
- AWS IoT Analytics
- AWS IoT Events
- AWS SimSpace Weaver
- AWS Panorama
- Amazon Inspector Classic
- Amazon Connect Voice ID
- AWS DMS Fleet Advisor
- Timestream for LiveAnalytics
- Pinpoint (this one existed for ages)
- AWS IQ
- AWS IoT Analytics
- AWS IoT Events
- AWS SimSpace Weaver
- AWS Panorama
- Amazon Inspector Classic
- Amazon Connect Voice ID
- AWS DMS Fleet Advisor
Cold starts typically do the following things:
💾 Download the code from S3 or image from ECR
⚒️ Bootstrap environment
🆕 Initiate extensions
📠 Execute static code
Cold starts typically do the following things:
💾 Download the code from S3 or image from ECR
⚒️ Bootstrap environment
🆕 Initiate extensions
📠 Execute static code
AWS counts Logs coming from Lambda now as "vended logs" and they come with a volume tiered pricing model.
AWS counts Logs coming from Lambda now as "vended logs" and they come with a volume tiered pricing model.
One more year of AWS Community Builder Program 😊
One more year of AWS Community Builder Program 😊
Check out my recent session at the @serverlessguru hackathon: EDA for the Real World.
I'm covering a two-fold agenda:
1️⃣ (a bit) Theory & Architecture about EDA
2️⃣ Hands-on TypeScript & CDK Examples
Check out my recent session at the @serverlessguru hackathon: EDA for the Real World.
I'm covering a two-fold agenda:
1️⃣ (a bit) Theory & Architecture about EDA
2️⃣ Hands-on TypeScript & CDK Examples
The first iteration includes all infographics with text.
Currently, we have:
- Lambda
- VPC
- S3
- EC2
- DynamoDB
- CloudFront
- API Gateway
- Route53
- IAM
- CloudWatch
- ECS
The first iteration includes all infographics with text.
Currently, we have:
- Lambda
- VPC
- S3
- EC2
- DynamoDB
- CloudFront
- API Gateway
- Route53
- IAM
- CloudWatch
- ECS
I'm pretty sure if implemented well this can replace quite some common tasks that you typically need to implement webhooks for.
Will check it out in my next Stripe project 👨🏽💻
🔗 stripe.dev/blog/introd...
I'm pretty sure if implemented well this can replace quite some common tasks that you typically need to implement webhooks for.
Will check it out in my next Stripe project 👨🏽💻
🔗 stripe.dev/blog/introd...
The implementation is similar (as far as I know) as the CDK implementation. That means no more ASL + replacing of dynamic data which I highly appreciate!
I do like the CDK-way of building Step Functions purely in code.
The implementation is similar (as far as I know) as the CDK implementation. That means no more ASL + replacing of dynamic data which I highly appreciate!
I do like the CDK-way of building Step Functions purely in code.
Not a fancy topic this week (sorry AI folks) - talking about connection to S3 buckets in VPCs this week. 🪣
Gateway endpoints vs. Internet routing 🕸️
Not a fancy topic this week (sorry AI folks) - talking about connection to S3 buckets in VPCs this week. 🪣
Gateway endpoints vs. Internet routing 🕸️