Skip to content

Commit 620c03a

Browse files
committed
1 parent b577648 commit 620c03a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,16 @@ If you need to **build** additional dependencies, you'll need to update the buil
2929
The goal here is to use EC2 to create a lambda packge using AWS linux, zip it up, and conveniently put it in S3 for lambda to use. There is a build.sh that does that for us.
3030

3131
### Option 1: with an existing EC2 instance
32+
(this doesn't autoterminate, so you can play around and figure broken build issues)
33+
3234
- Download the repo `wget https://github.com/dudash/aws-lambda-python-opencv/archive/master.zip`
3335
- Unzip the archive `unzip master.zip`
3436
- Launch the script `cd aws-lambda-python-opencv-master && ./build.sh`
3537

38+
3639
### Option 2: without an existing EC2 instance
40+
(this autoterminates and deletes its EBS after it finishes)
41+
3742
In the EC2 console, launch a new instance with:
3843
- Amazon Linux AMI
3944
- Role with S3 write permission

0 commit comments

Comments
 (0)