随笔分类 - AWS
摘要:Let's have an overview of the information available on the EC2 dashboard. Snapshot: EC2 Dashboard The details of the items highlighted in red above ar
阅读全文
摘要:In this lesson we learn how to deploy your React application to AWS using the Amplify CLI & Amazon S3. Rnn: amplify add hosting Next, we're prompted f
阅读全文
摘要:Amazon S3 offers a way to store & retrieve items in the cloud. In this lesson we’ll see how we can easily store images in an S3 bucket using the AWS A
阅读全文
摘要:In this lesson we’ll create a new GraphQL API using the Amplify CLI and use the Amplify GraphQL API to query data from the new API & render it in our
阅读全文
摘要:If you want to share some file in S3 with some one for a period of time you can create presign url. aws s3 presign s3://<bucket_name>/<filen_ame> --ex
阅读全文
摘要:Kinesis Stream Add Kinesis serverless.yml, add following configuration resources: Resources: orderEventsStream: Type: AWS::Kinesis::Stream Properties:
阅读全文
摘要:Kinesis trigger Lambda flow When kinesis stream receive order_placed event then trigger Lambda which will call ses (Simple Email Service) to send emai
阅读全文
摘要:Serverless AWS lambda Config serverless with aws serverless config credentials --provider aws --key <ACCESS_KEY_AWS> --secret <SECRET_KEY_AWS> Init pr
阅读全文
摘要:Choose a "Hosted zones" (the application we created) A Version with 90% weight B Version with 10% weight Blue/Green deployment whitepaper
阅读全文
摘要:During the deployment, if you have any external files you need to add into build process. You can save those files into S3. Then pulling those files i
阅读全文
摘要:1. Download the git repo into local. 2. Copy the SSH / HTTPS URL from CodeCommit Repo Then run: git remote set-url origin ssh://code-commit.address.xx
阅读全文
摘要:Install: npm i -g aws-cdk Init a project: cdk init sample-app --language=typescript To verify it works: npm run build Should have no error. Developeme
阅读全文
摘要:Building larger serverless applications can be tricky - creating many lambda functions as well as other resources such as DynamoDB tables, S3 buckets,
阅读全文
摘要:In this lesson, you will learn how to host a static website on Amazon S3. I will show you how to create the buckets, create the bucket policy to allow
阅读全文
摘要:On Windows, just download the installer and install it. Configure: In your aws console: go to Security Credentials tab Access Keys (Access Key ID and
阅读全文