docs: update OpenWiki - #1745
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e68e04dad2
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| aws lambda invoke --function-name psd-agent-media-dev --cli-read-timeout 200 \ | ||
| --payload '{"operation":"html-to-pdf","workspacePrefix":"probe/","userEmail":"probe@psd401.net","html":"<!doctype html><h1>probe</h1>","pageSize":"letter"}' \ |
There was a problem hiding this comment.
Add the AWS CLI v2 binary-format switch
With AWS CLI v2, this literal JSON blob requires --cli-binary-format raw-in-base64-out; otherwise the required post-deploy check fails payload parsing before invoking Lambda and cannot validate Chromium. The AWS CLI invoke example includes this switch for a literal JSON payload. Add it to the source command in infra/agent-media/README.md, then regenerate OpenWiki rather than editing this generated page directly.
AGENTS.md reference: AGENTS.md:L416-L418
Useful? React with 👍 / 👎.
Automated OpenWiki documentation update via the org reusable
workflow (PSD401/.github → reusable-openwiki.yml, openwiki@0.3.3).
Scoped to
openwiki/only.