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

Basic create / delete SQS test. #73

Closed

Conversation

tmcgilchrist
Copy link
Collaborator

@tmcgilchrist tmcgilchrist commented Feb 5, 2020

This passes locally for me using my AWS credentials.
Not currently running in CI.


let run_request = Aws_lwt.Runtime.run_request ~access_key ~secret_key
let run_request x = Aws_lwt.Runtime.run_request ~access_key ~secret_key ~region x
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curiously this x binding is required so that the function / module type checks.

@tmcgilchrist tmcgilchrist mentioned this pull request Feb 6, 2020
16 tasks
Apply more arguments to run_request.

Tidy up comments on generators.
@tmcgilchrist
Copy link
Collaborator Author

Closing in favour of a simpler non-quickcheck set of smoketests.

@tmcgilchrist tmcgilchrist deleted the topic/sqs_tests branch November 19, 2020 20:58
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.

None yet

1 participant