We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977c180 commit 50558b4Copy full SHA for 50558b4
examples/servers/dog-facts/lib/dog-facts-mcp-server.ts
@@ -79,7 +79,7 @@ export class DogFactsMcpServer extends cdk.Stack {
79
nodeModules: ["@ivotoby/openapi-mcp-server"],
80
// For testing, the @aws/run-mcp-servers-with-aws-lambda package is bundled from local files using the Lambda layer above.
81
// Remove the layer and this externalModules configuration if using the @aws/run-mcp-servers-with-aws-lambda package from npm.
82
- externalModules: ["@aws/run-mcp-servers-with-aws-lambda"],
+ externalModules: ["@aws/run-mcp-servers-with-aws-lambda", "@aws-sdk/*"],
83
commandHooks: {
84
beforeBundling(inputDir: string, outputDir: string): string[] {
85
return [];
0 commit comments