Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Apr 17, 2024
1 parent 7ffc1bf commit 360d913
Show file tree
Hide file tree
Showing 5 changed files with 553 additions and 750 deletions.
2 changes: 1 addition & 1 deletion cdk/resources/ConnectionInformationGeoLocation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
LambdaSource,
IoTActionRole,
} from '@bifravst/aws-cdk-lambda-helpers/cdk'
import { Permissions as SettingsPermissions } from '@hello.nrfcloud.com/nrfcloud-api-helpers/cdk'
import { Permissions as SettingsPermissions } from '@bifravst/aws-ssm-settings-helpers/cdk'
import type { BackendLambdas } from '../packBackendLambdas.js'

/**
Expand Down
2 changes: 1 addition & 1 deletion cdk/resources/CustomDevicesAPI.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { LambdaLogGroup } from '@bifravst/aws-cdk-lambda-helpers/cdk'
import { Permissions as SettingsPermissions } from '@hello.nrfcloud.com/nrfcloud-api-helpers/cdk'
import { Permissions as SettingsPermissions } from '@bifravst/aws-ssm-settings-helpers/cdk'
import {
Duration,
aws_ecr as ECR,
Expand Down
2 changes: 1 addition & 1 deletion cdk/resources/ShareAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Construct } from 'constructs'
import type { PublicDevices } from './PublicDevices.js'
import { LambdaLogGroup } from '@bifravst/aws-cdk-lambda-helpers/cdk'
import type { BackendLambdas } from '../packBackendLambdas.js'
import { Permissions } from '@hello.nrfcloud.com/nrfcloud-api-helpers/cdk'
import { Permissions } from '@bifravst/aws-ssm-settings-helpers/cdk'

export class ShareAPI extends Construct {
public readonly shareFn: Lambda.IFunction
Expand Down
Loading

0 comments on commit 360d913

Please sign in to comment.