摘要:
We'll learn an alternative way of creating API routes using the next-connect package. next-connect gives us an alternative that would feel familiar to 阅读全文
摘要:
Lock away your AWS account root user access keys Create individual IAM users Use groups to assign permissions to IAM users Grant least privilege Get s 阅读全文
摘要:
src$.pipe( retryWhen(error$ => error$.pipe( switchMap(getNotifier) )) ) // can just be src$.pipe( retry({ delay: getNotifier }) ) /** * The {@link ret 阅读全文
摘要:
High availability and elastic scalaility for web servers? Use EC2 Auto Scaling and an ALB across Multi AZs Low-latency connections over UDP to a pool 阅读全文
摘要:
CloudFront Path Patterns You can define Behaviors to server different Origin for differnet request. For example: Set Behavior if match *.jpg redirect 阅读全文
摘要:
Need to enable custom domain name and encryption in transit for an application running behind an Application Load Balancer? Use AWS Route 53 to create 阅读全文
摘要:
If we want ALB only accpet traffic from CloudFront, NOT from public www. Then we can add a customer head in CloudFront. In ALB, we set conditional rul 阅读全文