-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Bret Ambrose <[email protected]>
- Loading branch information
1 parent
7dc8379
commit d1729bf
Showing
1 changed file
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d1729bf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bretambrose looks like this got stuck in the GHAs? Is it possible this can get published ASAP as a patch version? I'm attempting to use this workaround to work in lambda w/ es build by providing the direct path to the binary that i've included in a layer.
d1729bf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unsure what you mean by GHA. PR has been merged, but nothing has been released yet.
d1729bf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, meant the checks that happened post-merge. Looks like 2 codebuild jobs etc and one was still "running".
Do you know roughly when this might be released? Just trying to orchestrate the work to inject this lambda layer + env var across our lambdas to implement aws-crt
d1729bf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can start a release now, but I feel like it should be a minor bump, and I don't know if that will work for immediate consumption if you're pulling the CRT through some other dependency.
d1729bf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm using aws-crt directly for the implementation of sigv4a so I can give that a shot now! Thank you!