Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update layer version in docs #1120

Merged
merged 1 commit into from
Oct 17, 2022
Merged

Conversation

dreamorosi
Copy link
Contributor

Description of your changes

After releasing a new version of the utilities and publishing the Lambda Layers, at least for the time being, we need to manually update the version of the Lambda layer in the documentation.

This PR updates the ARNs of the layer to point to the latest version.

How to verify this change

Check that the docs have the latest version.

Optionally run aws lambda get-layer-version-by-arn --arn arn:aws:lambda:eu-west-1:094274105915:layer:AWSLambdaPowertoolsTypeScript:${VERSION_NUMBER} --region eu-west-1, download the layer, and check that the version in the package.json of the layer corresponds to the latest one on NPM.

Related issues, RFCs

Issue number: N/A

PR status

Is this ready for review?: YES
Is it a breaking change?: NO

Checklist

  • My changes meet the tenets criteria
  • I have performed a self-review of my own code
  • I have commented my code where necessary, particularly in areas that should be flagged with a TODO, or hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding changes to the examples
  • My changes generate no new warnings
  • The code coverage hasn't decreased
  • I have added tests that prove my change is effective and works
  • New and existing unit tests pass locally and in Github Actions
  • Any dependent changes have been merged and published in downstream module
  • The PR title follows the conventional commit semantics

Breaking change checklist

N/A


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@dreamorosi dreamorosi added this to the Lambda layer milestone Oct 17, 2022
@dreamorosi dreamorosi self-assigned this Oct 17, 2022
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 17, 2022
@dreamorosi dreamorosi merged commit 9b52de4 into main Oct 17, 2022
@dreamorosi dreamorosi deleted the docs/update_layer_version branch October 17, 2022 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant