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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ Work through the following steps:
42
42
1. Open the section `Change default execution role` and note that the UI automatically creates an execution role behind the scenes, granting the function certain privileges
43
43
1. Click `Create function`
44
44
1. Copy the code from [level-0/function/index.mjs](https://github.com/bespinian/serverless-workshop/blob/main/level-0/function/index.mjs) and paste it into the code editor field
45
+
1. Click the "Deploy" button
45
46
1. In the `Configuration` tab under `Environment variables`, set a variable called `NAME` to the name of a person you like
46
47
1. In the `Test` tab, press the `Test` button and create a test event called `test`
0 commit comments