Skip to content

Remove extension_id from LambdaEvent #633

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

Merged
merged 1 commit into from
Apr 11, 2023
Merged

Remove extension_id from LambdaEvent #633

merged 1 commit into from
Apr 11, 2023

Conversation

calavera
Copy link
Contributor

This id is auto-generated when an extension is registered. The runtime uses it to interact with the extension via HTTP, but it doesn't have any meaning outside of that because it's always aleatory.

Issue #, if available:

Closes #614
Closes #615

Description of changes:

As explained in #615 (review), this is internal data that's not useful to customers.

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.

This id is auto-generated when an extension is registered. The runtime uses it to interact with the extension via HTTP, but it doesn't have any meaning outside of that because it's always aleatory.

Signed-off-by: David Calavera <[email protected]>
@calavera calavera merged commit 2654433 into main Apr 11, 2023
@calavera calavera deleted the remove_extension_id branch April 11, 2023 03:47
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.

Memory allocation during LambdaEvent::new()
2 participants