Corey Pyle
Corey Pyle
Investigate automated solution for getting examples into the developer center.
Implement the Python version of the CloudWatch logs "large query" workflow. **Specification**: https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/workflows/cloudwatch_logs_large_query/SPECIFICATION.md **JavaScript implementation:** https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/javascriptv3/example_code/cloudwatch-logs/scenarios/large-query **Starter code:** https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/javascriptv3/example_code/cloudwatch-logs/scenarios/large-query/scouts/python/cloud-watch-query.py
Add Prettier to the pre-commit hook, prettify all the files. - [x] #5437 - [x] #5438 - [x] #5439 - [x] #5458 - [ ] #5459
### Describe the bug The default type definitions for Commands place all JSDocs at the class level: ``` /** * @public * Returns a list of all buckets owned by...
# Thank you First, thanks for this polyfill. It's great, and is working for most of our needs. # Summary Our app is an ionic/capacitor app which manipulates the `focus`...
example_code/cross-services/textract-react fails at `npm i`
This pull request adds some additional info on how to run certain examples that allow CLI options. --- _By submitting this pull request, I confirm that my contribution is made...
The scenario library continue to grow, improve, and shape the way new examples are written. As a side effect of that it's becoming trickier to handle with JS and JSDoc...
The SDK team for javascript is switching from ESLint and Prettier to https://biomejs.dev/. Update the JavaScript examples to follow the same practices as the SDK team.