Skip to content

Commit

Permalink
Merge pull request #41 from codeforjapan/update-packages
Browse files Browse the repository at this point in the history
refactor: update packages
  • Loading branch information
ayuki-joto authored Apr 29, 2024
2 parents 671ebb6 + a9ac85e commit 0f886a9
Show file tree
Hide file tree
Showing 6 changed files with 134 additions and 81 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_synth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: youyo/aws-cdk-github-actions@v2
with:
cdk_subcommand: 'synth'
cdk_version: '2.115.0'
cdk_version: '2.135.0'
working_dir: 'cdk'
cdk_args: '--context stage=dev'
env:
Expand Down
2 changes: 1 addition & 1 deletion lib/rds-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class RdsStack extends Stack {
const config = props.rds;

const rdsProps: DatabaseInstanceSourceProps = {
engine: DatabaseInstanceEngine.postgres({ version: rds.PostgresEngineVersion.VER_12_14 }),
engine: DatabaseInstanceEngine.postgres({ version: rds.PostgresEngineVersion.VER_12_17 }),
instanceType: config.instanceType,
instanceIdentifier: `${ props.stage }-${ props.serviceName }-postgresql`,
vpc: props.vpc,
Expand Down
Loading

0 comments on commit 0f886a9

Please sign in to comment.