Skip to content

Commit

Permalink
パラメータストアの名前を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-osho-san committed Nov 13, 2024
1 parent db4229e commit fd4dffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/lib/constructs/flower.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class Flower extends Construct {
table.grantStreamRead(flowerSelectFunction)
flowerImageBucket.grantPut(flowerSelectFunction)
const difyApiKey = ssm.StringParameter.fromStringParameterAttributes(this, 'DifyApiKey', {
parameterName: '/parameter/DIFY_API_KEY',
parameterName: 'DIFY_API_KEY',
})
flowerSelectFunction.addToRolePolicy(
new iam.PolicyStatement({
Expand Down

0 comments on commit fd4dffa

Please sign in to comment.