most-lighter-1731
11/20/2019, 10:11 AMecs.EC2Service
?incalculable-engineer-92975
11/20/2019, 1:39 PMnumerous-dream-98392
11/20/2019, 4:50 PMcool-egg-852
11/20/2019, 5:29 PMvault.Policy
requires the policy
property as a string instead of an object?tall-carpet-41250
11/20/2019, 6:19 PMcool-egg-852
11/20/2019, 6:29 PMPlan apply failed: inputs to import do not match the existing resource
?straight-insurance-27894
11/20/2019, 8:19 PMstraight-insurance-27894
11/20/2019, 8:20 PMstraight-insurance-27894
11/20/2019, 8:20 PMstraight-insurance-27894
11/20/2019, 8:20 PMstraight-insurance-27894
11/20/2019, 8:21 PMminiature-potato-84713
11/20/2019, 8:51 PMruntime: aws.lambda.NodeJS8d10Runtime,
but then received an email from AWS that that runtime will be obsoleted:
your AWS Account currently has one or more Lambda functions using Node.js 8.10, which will reach its EOL at the end of 2019.So I wanted to switch to then next version but
error TS2551: Property 'NodeJS10dXRuntime' does not exist on type 'typeof import("/.../node_modules/@pulumi/aws/lambda/i...'. Did you mean 'NodeJS6d10Runtime'
Note that NodeJS10dXRuntime
is still documented here: https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/aws/lambda/#NodeJS10dXRuntime
So I changed to using the string "nodejs10.x"
which didn’t work
error: aws:lambda/function:Function resource 'language-redirect' has a problem: expected runtime to be one of [dotnetcore1.0 dotnetcore2.0 dotnetcore2.1 go1.x java8 nodejs4.3 nodejs4.3-edge nodejs6.10 nodejs8.10 provided python2.7 python3.6 python3.7 ruby2.5], got nodejs10.x
and then went back to
runtime: "nodejs8.10"
which is the one that will be obsoleted soon.
So… what should I do here?early-intern-90238
11/20/2019, 10:12 PMearly-intern-90238
11/20/2019, 10:12 PMearly-intern-90238
11/20/2019, 10:13 PMearly-intern-90238
11/21/2019, 1:13 AMearly-intern-90238
11/21/2019, 1:14 AMearly-intern-90238
11/21/2019, 1:16 AMearly-intern-90238
11/21/2019, 1:18 AMearly-intern-90238
11/21/2019, 1:24 AMadventurous-garage-59192
11/21/2019, 2:49 AMelegant-twilight-2745
11/21/2019, 12:18 PMnice-cat-91582
11/21/2019, 12:39 PMPulumi.dev.yaml
? Seems like that would all be stored in Pulumi Cloudplain-eye-9759
11/21/2019, 12:57 PMencryptionsalt: v1:xyz==
config:
my-project:secretConfig:
secure: v1:DtxM
Doesn't this pose a security challenge?
In what other ways can this be done?colossal-plastic-46140
11/21/2019, 2:06 PMincalculable-engineer-92975
11/21/2019, 2:08 PMelegant-twilight-2745
11/21/2019, 2:50 PMelegant-twilight-2745
11/21/2019, 3:10 PMnice-guitar-97142
11/21/2019, 3:52 PMpulumi up
?nice-guitar-97142
11/21/2019, 3:52 PMnice-guitar-97142
11/21/2019, 3:52 PMwhite-balloon-205
11/21/2019, 3:53 PMimport
feature does this. There are some details here: https://www.pulumi.com/blog/adopting-existing-cloud-resources-into-pulumi/nice-guitar-97142
11/21/2019, 3:55 PMimport
argument after the first pulumi up
?broad-dog-22463
11/21/2019, 4:13 PMnice-guitar-97142
11/21/2019, 4:14 PMbroad-dog-22463
11/21/2019, 4:15 PM