Skip to content

Commit

Permalink
kommentti ajan tasalle
Browse files Browse the repository at this point in the history
  • Loading branch information
marjakari committed Nov 12, 2024
1 parent adf534e commit de28fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/lib/migraatio-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class MigraatioStack extends cdk.Stack {
});

/**
* Migraatiolambda. Tämä on persistenssistackissa jotta voidaan deployata ennen uusia lambdoja
* Migraatiolambda. Tämä on erillisessä stackissa jotta voidaan deployata ennen uusia lambdoja
* jotka tarvitsevat skeemamuutoksia
*/
const migraatioRole = new iam.Role(this, 'MigraatioRole', {
Expand Down

0 comments on commit de28fbe

Please sign in to comment.