AWS Lambda - Python
Learn how to configure AWS Lambda functions for use with Filebase.
What is AWS Lambda?
1. Login to the AWS Management Console. Search for ‘Lambda’ and select the Lambda service.

2. Select ‘Create Function’.

3. Enter the following configuration parameters for your Lambda function:

4. In the Code Source, enter the following code:
5. After entering the function’s code, select ‘Test’ to create a new test environment.

6. Create a new test environment with the event template ‘hello-world’ and give the test event a name.

7. Before running your test, select the ‘Configuration’ tab.

8. Select ‘Edit’

9. Change the timeout to 30 seconds.

10. Save the configuration, then go back to the code tab. Select 'Deploy' to deploy your code's changes.

11. Select ‘Test’ to run your code.

12. Your code should provide the following execution result:

13. You can confirm that it works by checking your Filebase bucket.

Last updated