Slide 47
Slide 47 text
{
lambda_params: {
default: {
handler: 'index.handler',
description: 'sample',
timeout: 60, // seconds
memorySize: 128, // MB
role: 'arn:aws:iam::.....' // arn
},
staging: {
region: 'ap-northeast-1',
functionName: 'lambda-test-staging',
},
production: {
region: 'ap-northeast-1',
functionName: 'lambda-test-production',
},
},
app: {
default: {
lambdaName: ‘Hogehoge',
# Circle CI の環境変数
databaseUrl: (() => process.env.DATABASE_URL)()
},
staging: { secret: 'aaa' },
production: { secret: 'bbb' }
}
}
͜͏͍͏ͷ༻ҙͯ͠