Skip to content

Commit

Permalink
Cleanse changesets (#414)
Browse files Browse the repository at this point in the history
I should stop holding up v3.13.0 on my backlogged task to add a fixup
command for upgrading existing projects to Node.js 14. That can wait for
a future version.
  • Loading branch information
72636c authored Apr 14, 2021
1 parent 13b3bce commit bbaef53
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
10 changes: 9 additions & 1 deletion .changeset/cold-camels-taste.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@
'skuba': patch
---

**template:** serverless-plugin-canary-deployments ^0.6.0
**template/lambda-sqs-worker:** serverless-plugin-canary-deployments ^0.5.0

The plugin now patches in CodeDeploy permissions to your `iamRoleStatements`, so you can clean your `serverless.yml`:

```diff
- - Action: codedeploy:PutLifecycleEventHookExecutionStatus
- Effect: Allow
- Resource: !Sub arn:aws:codedeploy:${AWS::Region}:${AWS::AccountId}:deploymentgroup:*/${WorkerLambdaFunctionDeploymentGroup}
```
13 changes: 0 additions & 13 deletions .changeset/cool-penguins-burn.md

This file was deleted.

2 changes: 1 addition & 1 deletion .changeset/tender-mugs-cover.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

Node.js 14 is [now supported on AWS Lambda](https://aws.amazon.com/about-aws/whats-new/2021/02/aws-lambda-now-supports-node-js-14/). This lets us upgrade the Node.js requirement for skuba's templates.

This should only impact newly created projects. You can use the template changes in this PR as an example of how to upgrade an existing project.
This should only impact newly created projects. You can use the template changes in this PR as an example of how to upgrade an existing project. A future version of skuba may include a fixup command to automatically upgrade your project to the most recent LTS release.

0 comments on commit bbaef53

Please sign in to comment.