Skip to content

Commit

Permalink
Fix broken function serialization docs link (#2928)
Browse files Browse the repository at this point in the history
Refers to Issue [2901](#2901)
  • Loading branch information
ernieMrtnz authored Nov 27, 2023
1 parent a9eef08 commit e89f018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/nodejs/lambda/lambdaMixins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export function createFunctionFromEventHandler<E, R>(
* A CallbackFunction is a special type of aws.lambda.Function that can be created out of an actual
* JavaScript function instance. The function instance will be analyzed and packaged up (including
* dependencies) into a form that can be used by AWS Lambda. See
* https://www.pulumi.com/docs/tutorials/aws/serializing-functions/ for additional
* https://www.pulumi.com/docs/concepts/inputs-outputs/function-serialization/ for additional
* details on this process.
* If no IAM Role is specified, CallbackFunction will automatically use the following managed policies:
* `AWSLambda_FullAccess`
Expand Down

0 comments on commit e89f018

Please sign in to comment.