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
@@ -36,7 +43,8 @@ This creates a GitHub OIDC identity provider (if one doesn't already exist), an
36
43
aws cloudformation describe-stacks \
37
44
--stack-name cubed-lithops-github-actions \
38
45
--query 'Stacks[0].Outputs' \
39
-
--output table
46
+
--output table \
47
+
--no-cli-pager
40
48
```
41
49
42
50
### 3. Add the secret
@@ -62,7 +70,7 @@ aws_lambda:
62
70
63
71
### 5. Add your dependencies
64
72
65
-
Edit the `Dockerfile` to add extra packages (there is a clearly marked section near the bottom), then push — the CI pipeline builds and deploys the `cubed-runtime` Lambda runtime automatically.
73
+
Edit the `Dockerfile` to add extra packages (there is a clearly marked section near the bottom), then commit and push with git — the CI pipeline builds and deploys the `cubed-runtime` Lambda runtime automatically.
0 commit comments