I've been able to get a proof of concept of downloading a openscad library when the docker image builds https://twitter.com/IrevDev/status/1400785325509660678 Since its experimental atm I'll leave it with just the one for now. I've also got a local dev working again for the cad lambdas. Resolves #338
6 lines
258 B
Plaintext
6 lines
258 B
Plaintext
# The following are the env vars you need run the cad lamdas locally
|
|
# The still connect to s3 so some secrets are needed, ask Kurt and he'll set things up for you
|
|
DEV_AWS_SECRET_ACCESS_KEY=""
|
|
DEV_AWS_ACCESS_KEY_ID=""
|
|
DEV_BUCKET="cad-preview-bucket-dev-001"
|