Can we get user inputs for lambda function or redshift plsql procedure from console/UI

0

Is there any option to get inputs from user using any AWS service and pass those inputs for lambda function or backend redshift query.

Instead of creating custom form and deploying it in server

ex : period - Jan-21 as user i/p based on this list all asins shipped on jan/21

Pavan
gefragt vor 2 Jahren196 Aufrufe
1 Antwort
1

You have following options as the inputs depends on your application.

  1. Redshift query editor : Using the query editor is an easy way to run queries on databases hosted by your Amazon Redshift cluster. After creating your cluster, you can immediately run queries by using the query editor on the Amazon Redshift console. Reference : https://docs.aws.amazon.com/redshift/latest/mgmt/query-editor.html
  2. Testing Lambda functions in the console : You can test your Lambda function in the console by invoking your function with a test event. A test event is a JSON input to your function. If your function doesn't require input, the event can be an empty document ({}). Reference : https://docs.aws.amazon.com/lambda/latest/dg/testing-functions.html
profile pictureAWS
EXPERTE
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen