-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Undo lambda changes #7601
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
Closed
Closed
Undo lambda changes #7601
Conversation
This file contains hidden or 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
Added AWS Support hello and scenario for Swift SDK Code examples written for this usecase look good and are merged into the main branch.
Update method signature for SAP ABAP SDK The method signature was updated to remove the exporting parameter since the method doesn't return any values. Changes made look good.
…7592) * Fixed file permissions * Remove unnecessary code * Remove unneeded stuff
* Python: Add S3 Batch scenario * chore(README): Add README for S3 Batch Python * test: Add unit tests for S3 Batch Scenario Python * Fix job activation and update tests * chore(metadata): Add new metadata to s3-control-metadata * Add job status, priority updates, tagging * feat: add type hints and fix status message * chore(metadata): add snippet tags and metadata for every operations * refactor: standardize user input handling with helper and update metadata.yaml * refactor: restructure classes to follow Python examples standards * refactor: remove hard-coded region and use default config * refactor: use client injection pattern to follow Python examples standards * test: add service method stubbing pattern to follow Python Examples Standards * chore: fix snippet tags * chore: address metadata and README items * add clean up resources for when scenario fails * Update with status checking for cancellation, and simplified integration test. --------- Co-authored-by: Rachel Hagerman <[email protected]>
* Enhancement: Adding AdaptiveRetry Samples for Java SDK v2, DynamoDB This change added comprehensive examples and documentation for implementing AdaptiveRetryStrategy with Amazon DynamoDB using AWS SDK for Java 2.x.
…hoto_analyzer/frontend (#7596) Bump brace-expansion in /python/cross_service/photo_analyzer/frontend Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12. - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 1.1.12 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This removes changes that slipped into main from a PR that hasn't been merged yet, because it accidentally got added to a different commit.
This reverts commit f555a4d.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR rolls back changes to the Lambda runtime example that slipped accidentally into the Cognito identity resolver example.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.