Loading...
Apito AWS Lambda Function Extension needs Access and Secret Key in-order for your logic function to operate. You can use your old credential if you have any, but it is recommended to create a new IAM in AWS for apito.
Login to AWS Console and navigate to IAM Section. Click on the Users from the Left side menu and click Add user button. Follow the steps below to create a new user
Attach existing policies directly tab like below
lambda permission and check AWSLambda_FullAccess. Click nextCreate user buttonCongratulation! You have successfully created a new user in AWS that has Lambda Access.
:::note
Be sure to save your Access Key ID and Secret access key to someplace safe.
You need these two in-order to enable AWS Extension in apito.
:::