Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: outdated instruction in amazon-s3.md #1684

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/docs/tracking-methods/integrations/amazon-s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can create the bucket in any region, though it will need to be in the same r
### Step 2a: Setup the Lambda Function
Create a [new Lambda Function](https://docs.aws.amazon.com/lambda/latest/dg/getting-started-create-function.html).
* Select `Author From Scratch`.
* Set the runtime to `python 3.7`.
* Select a Python runtime.
* Select `Create Function`.

![image](/230694620-2645c553-c898-4c98-a19c-f31eb0a23799.png)
Expand Down