-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_snippets.txt
16 lines (13 loc) · 1.05 KB
/
test_snippets.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Logging]
sam logs --include-traces --tail
[SharpTestImageFunction]
sam local invoke SharpTestImageFunction -e app/src/lambdas/cloudfront/sharpTest/events/origin-response-event-http200.json -n .env.json
sam local invoke SharpTestImageFunction -e app/src/lambdas/cloudfront/sharpTest/events/origin-response-event-http200.json -n .env.json -d 5858
[GenerateDerivedImageFunction]
sam local invoke GenerateDerivedImageFunction -e app/src/test/data/events/GenerateDerivedImage.json -n .env.json
sam local invoke GenerateDerivedImageFunction -e app/src/test/data/events/GenerateDerivedImage.json -n .env.json -d 5858
sam local invoke GenerateDerivedImageFunction -e app/src/test/data/events/GenerateDerivedImage-crop.json -n .env.json -d 5858
[SetAlbumThumbnailFunction]
sam local invoke SetAlbumThumbnailFunction -e events/SetAlbumThumbnail.json -n .env.json
sam local invoke SetAlbumThumbnailFunction -e events/SetAlbumThumbnail.json -n .env.json -d 5858
sam local invoke SetAlbumThumbnailFunction -e events/SetAlbumThumbnail-AlbumDoesNotExist.json -n .env.json -d 5858