Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LocalStack validation pipeline #11

Merged
merged 5 commits into from
Feb 3, 2024
Merged

Add LocalStack validation pipeline #11

merged 5 commits into from
Feb 3, 2024

Conversation

simonrw
Copy link
Collaborator

@simonrw simonrw commented Feb 1, 2024

Motivation

A release of this library has at least once broken the LocalStack CI pipeline, with a spooky action at a distance. This is because importing the JS libraries into running AppSync resolvers was broken, and so the AppSync JavaScript resolver tests failed.

Changes

  • Add a CI pipeline step that runs LocalStack, configuring the appsync resolver JS library version to use the commit specified in the current branch.

Closes #6

@simonrw simonrw self-assigned this Feb 1, 2024
@simonrw simonrw force-pushed the localstack-validation branch from 42b5bb7 to 67a7934 Compare February 1, 2024 22:05
@simonrw simonrw marked this pull request as ready for review February 2, 2024 12:16
@simonrw simonrw requested a review from lakkeger February 2, 2024 13:13
@simonrw simonrw merged commit bc1d805 into main Feb 3, 2024
3 checks passed
@simonrw simonrw deleted the localstack-validation branch February 3, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add LocalStack integration test
1 participant