Andy Hayden

Results 105 comments of Andy Hayden

Apologies for the slow response, this is on my TODO list to review soon. This is really great thing to have! (Changing the title so at least for the moment...

Thanks, I haven't really used terraform so this is interesting! Could you share the steps how you generated these files? or did you create them all? --- That error is...

Related from #176: > The failure to transform DENO_IMPORTMAP = "./import_map.json" the way $LAMBDA_TASK_ROOT/$HANDLER_FILE is possibly a bug, but I don't think it is related.

@Damola12345 definitely! Please see the other example directories to what this might look like: and then it'd be a hello world script but with terraform?

Currently --no-check is always passed: https://github.com/hayd/deno-lambda/blob/b2e02b0158282b200cbc5e2bd238403cb22b1ed6/runtime/bootstrap#L22 happy to submission of this, BUT I think --no-check is deprecated and deno is moving to --check (so flag should be DENO_CHECK). Potentially we...

Will keep this open til it's implemented :)

It seems pulumi uses terraform so we need to work out how to use that with SAR... 😬 (I wish this was better documented as it seems like this is...

I think this is an issue with sls deploy not working with arn layers (or that's not wired up correctly?). I wonder if there is a way to do this...

I remember there being an issue for ~custom~ `provided.al2` runtime on serverless-offline but can't find it. The serverless example also needs an update... My suspicion is you may be able...

Specifically deno.land/x/lambda should not be fetched during tests?