@ez4/aws-common

0.17.0 • Public • Published

EZ4: AWS Common

It provides all the common components to manage resources on AWS.

Getting started

Install

npm install @ez4/aws-common -D

Permission

Ensure the user performing deployments has the permissions below:

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "StateManagement",
      "Effect": "Allow",
      "Action": ["s3:CreateBucket", "s3:PutObject", "s3:GetObject"],
      "Resource": ["arn:aws:s3:::ez4-*"]
    }
  ]
}

License

MIT License

Readme

Keywords

Package Sidebar

Install

npm i @ez4/aws-common

Weekly Downloads

143

Version

0.17.0

License

MIT

Unpacked Size

22.4 kB

Total Files

20

Last publish

Collaborators

  • balmanth