-
Notifications
You must be signed in to change notification settings - Fork 734
feat(Lambda): Lambda Getting Started project #5897
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
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
* Add metric for remote invoke
* add search logs with updated sdk
#1662) * Local invoke and debug webview changes
* Add metrics for deploy and sync
## Problem No hint to add credential in walkthrough "use template in workspace" doesn't recognize `template.yml` ## Solution - Added Credential button in walkthrough - Added Sam Version checker, when customer has version < 1.98, install sam will prompt customer to update their sam version - Fixed "use template in workspace" to search for template.yml as well - Added Fetching template from serverlessland. Now the first two option for init project will work - Modified serverlessland fetcher, added an param `removeTopDir` to remove the top level directory of the zip file. - Added telemetry for walkthrough commands - Update imaging of Walkthough
## Problem AppBuilder doesn't parse sam project in subfolder Welcome view doesn't come back if we closed all folder in workspace ## Solution modified AppBuilder to parse subfolder modified welcome view to re-appear in empty nodes --- <!--- REMINDER: Ensure that your PR meets the guidelines in CONTRIBUTING.md --> License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
…1681) ## Problem SAM list/deploy/remote not picking up toolkit credentials Fix follow bugs: Bug: Deploy Shows weird error without any information if toolkit has not logged in Bug: No such file or directory: 'isengardcli' ## Solution Added credential to environment of childprocess --- <!--- REMINDER: Ensure that your PR meets the guidelines in CONTRIBUTING.md --> License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
## Problem Adding a note in Local Invoke Webview page to let the user know to input the environment variables manually, if their test will need environment variables values. ## [Solution] The solution looks like as shown in the image below: <img width="871" alt="Screenshot 2024-10-24 at 3 14 37 PM" src="https://github.com/user-attachments/assets/dc6561a3-66dc-4e20-81e3-7d9f1f98e63f">
## Problem Multiple bugs related to Sync/Build wizard ## Solution Bug7: conflict params will be auto-resolved now Bug8: code is no longer auto applied Bug9: conflict params will be auto-resolved now Bug11: Now back button in sync deploy wizard will work Deploy Parameter wizard will remember recent input
## Problem two v3 client are not using toolkit credentials ## Solution Add toolkit credential to v3 client
|
This pull request implements a feature or fix, so it must include a changelog entry. See CONTRIBUTING.md#changelog for instructions. |
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.
Problem
It is difficult for new users to get started using their local IDE to build Lambda applications.
Solution
Implemented new section "Application Builder" that adds quick action icons to build, locally invoke, and deploy/sync. Also added a guided walkthrough to offer starter templates and quick installation of prereqs.
License: I confirm that my contribution is made under the terms of the Apache 2.0 license.