Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmschauer/aws-glue-local-mocking
Code for a blog article. Main reference is: https://medium.com/@dominikschauer/professional-aws-glue-pyspark-development-mocking-aws-services-for-unit-tests-e6c222e95933
https://github.com/dmschauer/aws-glue-local-mocking
Last synced: 2 days ago
JSON representation
Code for a blog article. Main reference is: https://medium.com/@dominikschauer/professional-aws-glue-pyspark-development-mocking-aws-services-for-unit-tests-e6c222e95933
- Host: GitHub
- URL: https://github.com/dmschauer/aws-glue-local-mocking
- Owner: dmschauer
- Created: 2022-12-25T18:51:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T15:24:34.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T04:03:39.984Z (9 months ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aws-glue-local-mocking
Code for a blog article. Inspired by https://github.com/aws-samples/aws-glue-jobs-unit-testingMain reference is: https://medium.com/@dominikschauer/professional-aws-glue-pyspark-development-mocking-aws-services-for-unit-tests-e6c222e95933
Also used in: https://medium.com/@dominikschauer/aws-glue-job-development-in-vs-code-unit-testing-with-docker-and-pytest-on-an-ec2-development-dae29f0880b
Also helpful: https://www.thedataranger.com/how-to-test-aws-glue-jobs-locally/