Diego Municio

Results 7 comments of Diego Municio

http://pk11-scratch.googlecode.com/svn/trunk URL is no longer available I have imported the code into github you can change the URL to: https://raw.githubusercontent.com/dmunicio/sedis/master/trunk It is not the proper way to call github, but...

I think that the correct path is: app/config/constants.ts If that's right, your README patch is incorrect...

If you are using terragrunt / terraform, you can use as a workaround `before_hook` before doing the apply. This installs in memory the emulators: ``` terraform { before_hook "before_hook_apply" {...

Leaving here some info I found. AWS stores shareable test events internally in eventbridge `lambda-testevent-schemas` schema registry. There is a hacky solution, to create it this way: ``` resource "aws_schemas_schema"...

Hi @antonbabenko, What about doing some changes to allow this: ``` module "my_lambda" { source = "terraform-aws-modules/lambda/aws" version = "X.Y.Z" function_name = "my-uv-lambda" runtime = "python3.11" handler = "app.handler" source_path...