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
demandé il y a 2 ans196 vues
1 réponse
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
EXPERT
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions