0.19.0 • Published 5 months ago

@ez4/aws-scheduler v0.19.0

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

EZ4: AWS Scheduler

It provides all the components to manage scheduled events on AWS.

Getting started

Install

npm install @ez4/aws-scheduler -D

Permission

Ensure the user performing deployments has the permissions below:

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "ScheduleManagement",
      "Effect": "Allow",
      "Action": [
        "scheduler:CreateSchedule",
        "scheduler:UpdateSchedule",
        "scheduler:DeleteSchedule",
        "scheduler:GetScheduleGroup",
        "scheduler:CreateScheduleGroup",
        "scheduler:DeleteScheduleGroup",
        "scheduler:TagResource",
        "scheduler:UntagResource"
      ],
      "Resource": [
        "arn:aws:scheduler:us-east-1:295077813784:schedule/*/{prefix}-*",
        "arn:aws:scheduler:us-east-1:295077813784:schedule/{prefix}-*/*",
        "arn:aws:scheduler:us-east-1:295077813784:schedule-group/{prefix}-*",
        "arn:aws:scheduler:us-east-1:295077813784:schedule-group/{prefix}-*/*"
      ]
    }
  ]
}

License

MIT License

0.10.0

9 months ago

0.19.0

5 months ago

0.11.0

9 months ago

0.9.0

11 months ago

0.12.0

9 months ago

0.8.0

12 months ago

0.13.0

8 months ago

0.14.0

8 months ago

0.15.0

8 months ago

0.16.0

7 months ago

0.17.0

7 months ago

0.18.0

6 months ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago