#aws
Read more stories on Hashnode
Articles with this tag
botocore is a fairly large Python package. Until version 1.31.x, it came in at close to 90 MB. Since version 1.32.1, which was released in November of...
Pulumi's Amazon EKS package provides high-level component resources for Amazon's Elastic Kubernetes Service, simplifying the setup of clusters and...
When working with AWS Step Functions, it's sometimes useful to have access to variable values that you can set when launching a state machine...
A core feature of Amazon EKS is the ability to assume an AWS IAM role with a Kubernetes service account. This requires that the service account is...
Using Mangum, you can host FastAPI and other ASGI apps on AWS Lambda. If you add a Lambda function URL, you don't even need to set up an API Gateway...