Key Points
AWS EKS is a service that we can use to set up Kubernetes.
The deployment.yaml file is used to specify how our pods should be created.
The service.yaml file is used to specify how ...
Building larger serverless applications can be tricky - creating many lambda functions as well as other resources such as DynamoDB tables, S3 buckets, API Gateways takes quite a lot of time if we wer...
On Windows, just download the installer and install it.
Configure:
aws configure
In your aws console:
go to Security Credentials tab
Access Keys (Access Key ID and Secret Access Key) drop dw...