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

AWS service endpoints #622

Merged
merged 3 commits into from
Sep 11, 2024
Merged

AWS service endpoints #622

merged 3 commits into from
Sep 11, 2024

Conversation

chuck-dbos
Copy link
Collaborator

Add endpoints for SES, SQS, and S3 libraries.

@@ -80,7 +80,7 @@ The `@SQSConfigure` decorator should be applied at the class level to identify t
interface SQSConfig {
awscfgname?: string;
awscfg?: AWSServiceConfig;
queueURL?: string;
queueUrl?: string;
Copy link
Contributor

Choose a reason for hiding this comment

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

👀

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Old one is still available, this is the README not the code.

Copy link

Choose a reason for hiding this comment

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

What's this? A present for DBOS biggest fanboy?

Copy link
Contributor

Choose a reason for hiding this comment

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

Apparently... ;)

packages/dbos-sqs/index.ts Outdated Show resolved Hide resolved
@chuck-dbos chuck-dbos marked this pull request as ready for review September 11, 2024 18:11
@chuck-dbos chuck-dbos merged commit 0d23e55 into main Sep 11, 2024
4 checks passed
@chuck-dbos chuck-dbos deleted the chuck/sqs_endpoint branch September 11, 2024 20:37
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.

3 participants