#✅ - newbie q lambda

1 messages · Page 1 of 1 (latest)

near mauve
#

hi, firebase user checking out aws amplify. i m hosting react app on amplify via console. I want to add a lambda function, but cant figure it out. there is the route of creating a lambda, gateway api, but i think i want to use amplify cli, but if i do configure or init it will create new app. any advice. thank you all

fresh moss
#

You have to use the amplify add function this will create a function directory where you can have a javascript file. This will basically become your lambda function. When this is created do amplify push and you will see the lambda function in your AWS Console. To run this function you can use invoke lambda function in your project.

sour stratus
tawdry robinBOT
#

✅ - newbie q lambda