Skip to content

Commit

Permalink
feat: Filename must match extension name (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
astuyve authored Apr 17, 2024
1 parent aa14037 commit 8ee04d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runBottlecap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ echo -e 'export const handler = async () => {\n\tconsole.log("Hello world!");\n}
docker cp "/tmp/index.mjs" "${docker_name}:/var/task/index.mjs"
docker start "${docker_name}"
docker exec "${docker_name}" mkdir -p /opt/extensions
docker cp "${build_path}" "${docker_name}:/opt/extensions/bottlecap"
docker cp "${build_path}" "${docker_name}:/opt/extensions/datadog-agent"
curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'
docker logs "${docker_name}"
docker stop "${docker_name}"
Expand Down

0 comments on commit 8ee04d7

Please sign in to comment.