Calling 3rd party APIs using EventBridge API Destinations
Top
Top
2021-09-15
2021-09-15
code
code
tags
aws,
serverless,
sam,
eventbridge
EventBridge is one of the powerful tools in the AWS toolbox when you move towards loosely coupled / event-driven architectures.
In this blog post, I would like to explain by example one of my use cases of EventBridge using API Destinations .
Serverless mini bootcamp
Top
Top
2020-09-27
2020-09-27
serverless
serverless
tags
serverless,
architecture,
aws,
lambda,
fargate,
api gateway,
dynamodb
This is a collection of free courses to get you started with Serverless.
Using presigned URLs with AWS Chalice
Top
Top
2020-05-16
2020-05-16
serverless
serverless
tags
serverless,
chalice,
aws,
lambda,
s3
In this post we will see how aws allows us to allow users to upload and download files directly to and from s3 bucket using pre-signed URLs.
AWS Chalice lambda event triggers
Top
Top
2020-05-05
2020-05-05
serverless
serverless
tags
serverless,
chalice,
aws,
lambda,
sqs,
sns
One of the powerful traits of function as a service is you can execute your function using different triggers, in this
article we will go through the different triggers' chalice support.
My terminal setup on macOS
Top
Top
2020-05-04
2020-05-04
personal experience
personal experience
tags
experience,
personal,
tips
I do most of my work in the terminal, and I keep customzing it to be usable and easy on the eye. this post is to document my current setup, and will keep updating it when the setup change.