File tree Expand file tree Collapse file tree 5 files changed +553
-750
lines changed
Expand file tree Collapse file tree 5 files changed +553
-750
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {
1414 LambdaSource ,
1515 IoTActionRole ,
1616} from '@bifravst/aws-cdk-lambda-helpers/cdk'
17- import { Permissions as SettingsPermissions } from '@hello.nrfcloud.com/nrfcloud-api -helpers/cdk'
17+ import { Permissions as SettingsPermissions } from '@bifravst/aws-ssm-settings -helpers/cdk'
1818import type { BackendLambdas } from '../packBackendLambdas.js'
1919
2020/**
Original file line number Diff line number Diff line change 11import { LambdaLogGroup } from '@bifravst/aws-cdk-lambda-helpers/cdk'
2- import { Permissions as SettingsPermissions } from '@hello.nrfcloud.com/nrfcloud-api -helpers/cdk'
2+ import { Permissions as SettingsPermissions } from '@bifravst/aws-ssm-settings -helpers/cdk'
33import {
44 Duration ,
55 aws_ecr as ECR ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { Construct } from 'constructs'
88import type { PublicDevices } from './PublicDevices.js'
99import { LambdaLogGroup } from '@bifravst/aws-cdk-lambda-helpers/cdk'
1010import type { BackendLambdas } from '../packBackendLambdas.js'
11- import { Permissions } from '@hello.nrfcloud.com/nrfcloud-api -helpers/cdk'
11+ import { Permissions } from '@bifravst/aws-ssm-settings -helpers/cdk'
1212
1313export class ShareAPI extends Construct {
1414 public readonly shareFn : Lambda . IFunction
You can’t perform that action at this time.
0 commit comments