© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Richard Chou
I have questions about these two lines:
sudo echo -e '${file(./configs.js):caddyService}' | sudo tee /etc/systemd/system/caddy.service
sudo printf '${file(./configs.js):caddyFile}' | sudo tee /etc/caddy/Caddyfile
How can userdata execute javascript?
Tobias Müller
This is replaced by the Serverless Framework during deployment. See serverless.com/framework/docs/providers/aws/guide…
Interesting, thanks Tobias Müller