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

Dynamo #12

Merged
merged 18 commits into from
Sep 24, 2023
Merged

Dynamo #12

merged 18 commits into from
Sep 24, 2023

Conversation

ryanblock
Copy link
Contributor

Thank you for helping out! ✨

We really appreciate your commitment to improving Architect

To maintain a high standard of quality in our releases, before merging every pull request we ask that you've completed the following:

  • Forked the repo and created your branch from master
  • Made sure tests pass (run npm it from the repo root)
  • Expanded test coverage related to your changes:
    • Added and/or updated unit tests (if appropriate)
    • Added and/or updated integration tests (if appropriate)
  • Updated relevant documentation:
  • Summarized your changes in changelog.md
  • Linked to any related issues, PRs, etc. below that may relate to, consume, or necessitate these changes

Please also be sure to completed the CLA (if you haven't already).

Learn more about contributing to Architect here.

Thanks again!

…ethods

Fix partial AWS-flavored JSON encoding/decoding
Add `@aws-lite/dynamodb` method: `BatchExecuteStatement`
Try to guard a bit more against potentially malformed requests
Add a small bit of debug logging
…teTable`

No longer (de)serialize legacy `Expected` properties, current impl would break anyway
…usBackups`, `DescribeContributorInsights`
…ble`, `DescribeGlobalTableSettings`,

... `DescribeImport`, `DescribeKinesisStreamingDestination`, `DescribeLimits`
Fix issue where plugin method may blow up if it it's executed without params
…icaAutoScaling`,

... `DescribeTimeToLive`, `DisableKinesisStreamingDestination`, `EnableKinesisStreamingDestination`
…ContributorInsights`,

... `ListExports`, `ListGlobalTables`, `ListImports`, `ListTables`, `ListTagsOfResource`
Backfill debug method property
…`RestoreTableToPointInTime`

Improve error handling when plugin.response() methods don't return (or don't return a response)
…eGlobalTable, `UpdateGlobalTableSettings`
... `UpdateTableReplicaAutoScaling`, `UpdateTimeToLive`
@ryanblock ryanblock merged commit b1c3258 into main Sep 24, 2023
24 checks passed
@ryanblock ryanblock deleted the dynamo branch September 24, 2023 20:59
@ryanblock ryanblock linked an issue Oct 13, 2023 that may be closed by this pull request
10 tasks
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.

First set of plugins
1 participant