Kevin Boutin
Kevin Boutin
You are better off using a hasMany relationship and asking for book 2 for example. An example can be found here: [https://github.com/dchester/epilogue/issues/235](https://github.com/dchester/epilogue/issues/235).
Looks like I created the same sort of issue here: [https://github.com/dchester/epilogue/issues/235](https://github.com/dchester/epilogue/issues/235.) I did however provide an example, which may help demonstrate the issue better.
> I am sure many people would like to use it Absolutely! The benefits that second gen cloud functions brings puts it on par with Azure Cloud Functions and Lambdas....
> I have the same problem. > It already includes the **runtime** tag in the functions, I updated the serverless plugin version to **"^ 2.4.2"** but I can't execute it....
This was very helpful @frandiox Here is what worked for me: ``` gcloud functions add-iam-policy-binding SERVICENAME-STAGE-FUNCTIONNAME \ --member="allUsers" \ --role="roles/cloudfunctions.invoker" \ --project="PROJECT_ID" \ --region="us-east1" ```
I added this line to /serverless-nested-stack/index.js:229 `console.log('Kevin: ', resource.Properties);` It logged the following before exploding: ``` Kevin: { FunctionName: { 'Fn::GetAtt': [ 'ScheduledjobLambdaFunction', 'Arn' ] }, Action: 'lambda:InvokeFunction', Principal: 'events.amazonaws.com',...
> Dont you also need to upgrade the azure-function-core-tools dependency to V4 to use Node16 ? No, the latest azure-function-core-tools is installed as per instructions in the README. You are...
The database is no longer hooked up.