Seungsu Kim
06/16/2020, 7:35 AMRyan
06/16/2020, 8:01 AMI’m also considering moving to Prisma2. I heared that Prisma2 can be deployed to AWS Lambda. In this case, are there any problems that I should care?Surely, you can go ahead with Prisma 2 as the stable version has already released and there is a migration guide that we have created as well that you could follow. As for Serverless, yes you can deploy to Lambda. I have personally just created an application that works well.
Seungsu Kim
06/16/2020, 8:06 AMRyan
06/16/2020, 8:10 AMVpcId: !Ref 'VPC'
You can also add that in the Parameters:
section so as to pass it dynamically on the creation of the resources.