1 parent f68f336 commit ee0b77aCopy full SHA for ee0b77a
1 file changed
.github/workflows/examples.yaml
@@ -213,6 +213,7 @@ jobs:
213
cp /tmp/layer-x86_64/lambda-adapter "$LAYER_DIR/extensions/"
214
chmod +x "$LAYER_DIR/bootstrap" "$LAYER_DIR/extensions/lambda-adapter"
215
# Add local layer resource and replace remote layer ARN refs
216
+ pip install pyyaml -q
217
python3 << 'PYEOF'
218
import yaml
219
with open(".aws-sam/build/template.yaml") as f:
0 commit comments