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 eff632c commit 127c05eCopy full SHA for 127c05e
packages/cdk/lib/construct/mcp-api.ts
@@ -27,7 +27,7 @@ export class McpApi extends Construct {
27
code: DockerImageCode.fromImageAsset('./mcp-api'),
28
memorySize: 1024,
29
timeout: Duration.minutes(15),
30
- architecture: Architecture.ARM_64,
+ architecture: Architecture.X86_64,
31
environment: {
32
AWS_LWA_INVOKE_MODE: 'RESPONSE_STREAM',
33
FILE_BUCKET: props.fileBucket.bucketName,
0 commit comments