Skip to content

Commit 127c05e

Browse files
committed
fix
1 parent eff632c commit 127c05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cdk/lib/construct/mcp-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class McpApi extends Construct {
2727
code: DockerImageCode.fromImageAsset('./mcp-api'),
2828
memorySize: 1024,
2929
timeout: Duration.minutes(15),
30-
architecture: Architecture.ARM_64,
30+
architecture: Architecture.X86_64,
3131
environment: {
3232
AWS_LWA_INVOKE_MODE: 'RESPONSE_STREAM',
3333
FILE_BUCKET: props.fileBucket.bucketName,

0 commit comments

Comments
 (0)