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(core): update old recommendations in core README #28535

Merged
merged 8 commits into from
Jan 3, 2024

Commits on Dec 31, 2023

  1. doc(core): update old recommendations in core README

    `splitArn` is the correct updated version of `parseArn`. It's now
    necessary to use `ArnFormat` not a literal string for the format of the
    ARN resource for `splitArn` and `formatArn`.
    
    Finally, to fit with the recommendations to use a singleton pattern for
    custom resource handlers, the docs for Lambda are changed to recommend
    just using a `SingletonFunction`.
    laurelmay committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    ff6a906 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    1b662ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bf773c View commit details
    Browse the repository at this point in the history
  3. update rosetta

    kaizencc committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    8d150f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    a102e14 View commit details
    Browse the repository at this point in the history
  2. Synchronize READMEs

    laurelmay committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    62a2878 View commit details
    Browse the repository at this point in the history
  3. update rosetta

    laurelmay committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    6c446aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7522575 View commit details
    Browse the repository at this point in the history