itty-aws icon indicating copy to clipboard operation
itty-aws copied to clipboard

1.0 checklist

Open kmitchener opened this issue 4 months ago • 0 comments

Functionality

  • [ ] implement restXml protocol (support S3, Route 53, CloudFront)
  • [ ] extend error type data to include retry data from the Smithy models
  • [ ] use Effect for retries
  • [ ] Effect spans / logging
    • [ ] sanitize headers when logging

Testing

  • [ ] comparison tests against aws-sdk-v3
    • will verify endpoint connectivity
    • test output comparison for select read-only methods
    • can be used for performance comparison against standard lib
  • [ ] further extend smoke tests - more services, more functionality
  • [ ] resurrect protocol-level unit tests?
  • [ ] published bundle size per service

DX / Usability

  • [ ] publish types with documentation from Smithy models
  • [ ] move examples into /examples directory in this repo
  • [ ] website for itty-aws

Contributor Improvements

  • [ ] make compilation of the examples part of the PR checks
  • [ ] spell checker for the docs as linter / PR workflow
  • [ ] auto-formatting of the Markdown files

kmitchener avatar Aug 29 '25 20:08 kmitchener