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

feat(ssm): add ability to specify SSM Parameter tier #6326

Merged
merged 1 commit into from
Feb 19, 2020

Conversation

robertd
Copy link
Contributor

@robertd robertd commented Feb 18, 2020

There are two separate PRs here:

feat(aws-ssm): add ability to specify SSM Parameter tier
This PR allows to specify SSM Parameter tier Advanced | Intelligent-Tiering | Standard as specified in the docs.

chore(aws-ssm): add checks for parameter name and description length
Added checks for SSM Parameter description and name length.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: 51764bb
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@robertd robertd force-pushed the rdjurasaj/add-tiers-to-ssm-parameters branch from 51764bb to 036e173 Compare February 18, 2020 16:38
@robertd robertd changed the title feat(aws-ssm): add ability to specify SSM Parameter tier feat(ssm): add ability to specify SSM Parameter tier Feb 18, 2020
@robertd
Copy link
Contributor Author

robertd commented Feb 18, 2020

Rebased and updated commit messages.

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: 036e173
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

Copy link
Contributor

@MrArnoldPalmer MrArnoldPalmer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should separate out the "chore" and "feat" PRs. The changelog is auto-generated based on commit titles and these 2 commits will be squashed together under our normal process.

packages/@aws-cdk/aws-ssm/lib/parameter.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-ssm/lib/parameter.ts Outdated Show resolved Hide resolved
@robertd
Copy link
Contributor Author

robertd commented Feb 18, 2020 via email

@robertd robertd force-pushed the rdjurasaj/add-tiers-to-ssm-parameters branch from 036e173 to 074130a Compare February 19, 2020 00:06
@mergify mergify bot dismissed MrArnoldPalmer’s stale review February 19, 2020 00:07

Pull request has been modified.

@robertd
Copy link
Contributor Author

robertd commented Feb 19, 2020

@MrArnoldPalmer undefined statement has been removed. Thank you for the feedback!

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: 074130a
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Feb 19, 2020

Thank you for contributing! Your pull request is now being automatically merged.

@mergify mergify bot merged commit 9209ef6 into aws:master Feb 19, 2020
@robertd robertd deleted the rdjurasaj/add-tiers-to-ssm-parameters branch November 29, 2021 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants