aws / aws-lambda-runtime-interface-emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use --runtime-api-address?

mopatches opened this issue · comments

Hi folks! We'd like to use a different port than the default 8080, and it appears there's a flag for setting it. What's the right syntax?

The following does not work:

/app/aws-lambda-rie --runtime-api-address=0.0.0.0:8080 /usr/local/bin/python -m awslambdaric my_file.handler

Whoops, I was on an old version. Sorry!