JT Lightspell
December 6th, 2025

my page

{"type":"doc","content":[{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Local Docker Build Testing"}]},{"type":"paragraph","content":[{"type":"text","text":"Deployments will now be AWS Lambda using Containers"}]},{"type":"paragraph"},{"type":"codeBlock","attrs":{"language":"bash"},"content":[{"type":"text","text":"# Build script\ndocker build --platform linux/arm64 -f ./lambda.dockerfile -t docker-image:test .\n\n# Run container\ndocker run --platform linux/arm64 -p 9000:8080 docker-image:test\n\n# Test aws lambda call\ncurl \"http://localhost:9000/2015-03-31/functions/function/invocations\" --data \"@test/lambda/test-event.json\""}]},{"type":"paragraph","content":[{"type":"text","text":"Copy"}]},{"type":"paragraph"},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Deploying the container"}]},{"type":"heading","attrs":{"level":3},"content":[{"type":"text","text":"Initial Setup (Do ONCE)"}]}]}