good first issueprovidertesting
Repository metrics
- Stars
- (0 stars)
- PR merge metrics
- (PR metrics pending)
Description
Description
Test the LocalStack provider implementation with real LocalStack instance.
Prerequisites
- LocalStack installed and running
- Guile 3.0+ installed
- Nimbus compiled successfully
Tasks
- Start LocalStack (
localstack start) - Verify LocalStack health endpoint
- Test S3 bucket creation through Nimbus
- Test Lambda function deployment
- Verify resources exist in LocalStack
- Test resource cleanup/destroy
- Document actual vs expected behavior
Expected Outcome
- LocalStack provider creates real resources
- Resources can be listed and managed
- Any provider bugs are identified and reported
Resources
Skills Needed
- Docker/LocalStack setup
- Basic AWS CLI knowledge helpful
- Testing and validation skills
Great way to test our core functionality!