Skip to content

Remove sync from lambda-http handler#289

Merged
bahildebrand merged 1 commit into
aws:masterfrom
bahildebrand:sync-fixes
Feb 14, 2021
Merged

Remove sync from lambda-http handler#289
bahildebrand merged 1 commit into
aws:masterfrom
bahildebrand:sync-fixes

Conversation

@bahildebrand

@bahildebrand bahildebrand commented Feb 13, 2021

Copy link
Copy Markdown
Contributor

Sync was added to the lambda http handler preventing handlers that used
non-sync traits.

Closes #287

By submitting this pull request

  • I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • I confirm that I've made a best effort attempt to update all relevant documentation.

Sync was added to the lambda http handler preventing handlers that used
non-sync traits.

@coltonweaver coltonweaver left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@bahildebrand bahildebrand merged commit a5f642d into aws:master Feb 14, 2021
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.

Unable to use third party async libraries due to Sync requirements

2 participants