Sergey Shishkin

Results 97 comments of Sergey Shishkin

I think I'm running into the same issue also when bundling. I'm troubleshooting a regression in a somewhat large TypeScript lambda function bundled and deployed via AWS CDK (that uses...

@viktorklang, thanks for the series! Will Future in Scala 2.12 eliminate the need to reimplement Futures in frameworks like this http://twitter.github.io/finagle/guide/Futures.html#futures?

Thanks, perfect answer.

And some will be generated as relative, e.g. `/some/path/main.css`. Those currently are not resolved relatively to the root directory.

There is still an issue with custom 404 pages on Vercel with dynamic routes: https://github.com/withastro/astro/issues/4635

Thanks for clarification @kaustavghosh06 . Maybe I don't understand how Amplify integrates CDK, but this seems unfortunate since CDK can package assets. Is there a way to use custom build...

Because I need custom resources provisioned and my lambda configured with env vars pointing to them. I couldn't find a way to get Arn outputs from CDK to Amplify lambda.

Another issue I run into with Amplify functions is that S3 triggers from Amplify Storage setup object key filters that I can't figure out how to configure.

I haven't tried it with Amplify myself, but this CDK module might do asset bundling as part of its resource synthesis and thus should not rely on CDK CLI to...

@musou1500 I don't understand how I would use `[addEnvironment](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html#methods)` with `@sls-next/serverless-component`. Could you please provide an example?