You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,12 @@ zip signed.zip signed
22
22
These are the basic steps to create the function using the console. If you're here, you probably already know how to do this, there's nothing special about this project.
23
23
24
24
1. Choose **Create Function**
25
-
1. Select **Author from scratch**
26
-
* Function name: `bucketlist`
27
-
* Runtime `Go 1.x`
28
-
1. Select **Create Function**
29
-
1. Select your `signed.zip` file after selecting the **Upload** button.
30
-
1. In the **Handler** field enter `signed`
31
-
1. Select the **Save** button in the top right.
25
+
2. Select **Author from scratch**
26
+
* Function name: `bucketlist`
27
+
* Runtime `Go 1.x`
28
+
3. Select **Create Function**
29
+
4. Select your `signed.zip` file after selecting the **Upload** button.
30
+
5. In the **Handler** field enter `signed`
31
+
6. Select the **Save** button in the top right.
32
32
33
33
The function doesn't expect any input so you can configure a simple test event (e.g. `{}`) and run the function by clicking the **Test** button. The function will succeed but the output will show that access was denied. You need to add the `s3:ListAllMyBuckets` policy action to your newly created role. Run the test again and you'll see the bucket list.
0 commit comments