Connect to PostgreSQL using AWS Lambda custom runtime shell scripting

1

I need to use AWS Lambda custom runtime and in that I will use shell scripting, and from there I have to connect to AWS aurora postgreSQL database and will run some procedure and so on... How can I achieve this? I believe, need to put psql client in one of the lambda layer, which I can use in .sh file in another layer?

asked a year ago445 views
1 Answer
0

As you are creating your own custom runtime, you can include all you need in the base zip file. No need for Layers.

profile pictureAWS
EXPERT
Uri
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions