dsp-dr/guile-nimbus

Test: LocalStack provider functionality

Offen

#2 geöffnet am 20.08.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Scheme (1 Fork)auto 404
good first issueprovidertesting

Repository-Metriken

Stars
 (0 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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!

Contributor Guide