smoke tests

This commit is contained in:
Jun-te Kim 2026-05-14 16:44:18 +00:00
parent 572fcc1406
commit 16e6000180

View file

@ -36,8 +36,8 @@ jobs:
- name: Invoke Lambda and check for import errors
run: |
sleep 2
response=$(curl -s -X POST \
response=$(curl -s --retry-connrefused --retry 15 --retry-delay 1 \
-X POST \
http://localhost:9000/2015-03-31/functions/function/invocations \
-H "Content-Type: application/json" \
-d '{"Records":[{"body":"{}"}]}')