holy-lambda

Benjamin 2021-10-03T15:50:10.004100Z

Hi is there a sample/ template project to get started? I'm new to aws (cdk w/e) stuff

Benjamin 2021-10-04T07:00:02.016600Z

ok nvm it was fixed by using a different aur package (got an error with sam with some python stacktrace about api_version arg)

Karol W贸jcik 2021-10-04T08:04:38.017300Z

Congrats 馃檪

Benjamin 2021-10-03T15:51:45.004200Z

I'll dig into the examples in the repo

Karol W贸jcik 2021-10-03T17:37:34.006900Z

I believe @steveb8n uses CDK for HL deployments.

Karol W贸jcik 2021-10-03T17:39:36.008300Z

https://github.com/FieryCod/holy-lambda-azure-cdk-deployment

馃槢 1
Karol W贸jcik 2021-10-03T18:04:31.011100Z

What backend do you want to target?

Benjamin 2021-10-03T18:14:32.012300Z

I don't know yet. bb for start I guess. What is this "stack field". Trying the bb example walkthrough

Karol W贸jcik 2021-10-03T18:23:31.013400Z

Stack name = application name

Karol W贸jcik 2021-10-03T18:24:59.014400Z

Try to reload the page, and maybe change the application name.

2021-10-03T16:36:32.005200Z

Is there an example of holy lambda working in a polylith project (or guidance on how this might work?)

Karol W贸jcik 2021-10-04T15:33:54.019Z

HL works best with ring and reitit. @me1746 https://we.tl/t-BDX5u2tPof This implementation is a pet project of mine, but this should work well for production since we already use it at Retailic. Soon I will extract the AWSApiProxy to a separate library. Basically the idea is that at any point of time you can transition from AWS Lambda to regular servers with this approach 馃檪

Karol W贸jcik 2021-10-04T15:34:06.019200Z

Sorry for such a late response. Had some tough day.

2021-10-04T15:47:20.021300Z

No no. Thank you for the effort.

Karol W贸jcik 2021-10-03T17:38:25.008100Z

I got an example. Will send you a zip tomorrow morning

2021-10-03T18:01:09.010200Z

Thank you.

Karol W贸jcik 2021-10-03T18:05:02.011800Z

Are you trying to build a rest api?

2021-10-03T18:05:10.012100Z

Yes.

Karol W贸jcik 2021-10-03T18:25:32.015300Z

Great. I think I got something awesome for you.

2021-10-03T18:30:59.015700Z

That's excellent. Thank you.