2.1.37 • Published 7 months ago

react-deploy-s3-my v2.1.37

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

npm install -g react-deploy-s3-my

nb && ns setup \
  --access-key-id AKIAJ3KRJN3YEDQ53MPQ \
  --secret-access-key 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 \
  --bucket react-2022-10-21-test6 \
  --region us-east-1  \
  --full-domain react-2022-10-21-test6.codexp.io \
  --domain-hosted-zone-id  Z0678743M0JJDI7KEIDN

Specify Z2FDTNDATAQYW2. This is always the hosted zone ID when you create an alias record that routes traffic to a CloudFront distribution.

Z2FDTNDATAQYW2

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid

wd-app-react-deploy-s3

React Deploy S3

Deploy create react app's in AWS S3

Demo

Instructions

Install the tool

yarn global add react-deploy-s3

Attach policy to user in AWS

IAM Management Console > Users > The user you will use > Inline Policies > Create User Policy > Custom Policy

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Action": [
                "s3:*",
                "acm:describeCertificate",
                "acm:requestCertificate",
                "acm:addTagsToCertificate",
                "cloudfront:createDistribution",
                "cloudfront:createInvalidation"
            ],
            "Effect": "Allow",
            "Resource": "*"
        }
    ]
}
2.1.37

7 months ago

2.1.27

1 year ago

2.1.28

1 year ago

2.1.25

1 year ago

2.1.26

1 year ago

2.1.23

1 year ago

2.1.24

1 year ago

2.1.21

1 year ago

2.1.22

1 year ago

2.1.29

1 year ago

2.1.36

8 months ago

2.1.34

9 months ago

2.1.35

9 months ago

2.1.33

11 months ago

2.1.30

1 year ago

2.1.20

1 year ago

2.1.19

1 year ago

2.1.18

1 year ago

2.1.17

1 year ago

2.1.16

1 year ago

2.1.15

1 year ago

2.1.14

1 year ago

2.1.13

1 year ago

2.1.11

1 year ago

2.1.10

2 years ago

2.1.9

2 years ago

2.1.8

2 years ago

2.1.7

2 years ago

2.1.6

2 years ago

2.1.5

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.2

2 years ago