You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lambda invocations require a JSON "event". You can find sample events for AWS services in the public docs, but users might want to define their own sample events.
Create a "Sample Lambda Event Manager" view, and add it to the AWS viewCollection
each node under Custom Events represents a single event that a user has created and can manage
each custom event has a name and optional description, which will be surfaced in selection pickers
All custom events are backed by a single json file that resides in the workspace. UX gestures to modify the file ultimately end up opening this file in an editor for the user to work with
custom events can be added, edited, and deleted (hook up to context menus appropriately)
Later on, when we have the ability to Run/Debug Lambda Handlers locally, these events will be referenced as options to pass into the handler.
The text was updated successfully, but these errors were encountered:
awschristou
changed the title
Save and load my own custom sample events
Users can browse and manage custom sample Lambda events to use as starting points for input into their Lambda handlers
Jan 11, 2019
Lambda invocations require a JSON "event". You can find sample events for AWS services in the public docs, but users might want to define their own sample events.
Later on, when we have the ability to Run/Debug Lambda Handlers locally, these events will be referenced as options to pass into the handler.
The text was updated successfully, but these errors were encountered: