ripe-shampoo-80285
01/22/2022, 11:13 PMripe-shampoo-80285
01/22/2022, 11:14 PMcold-yacht-45876
01/24/2022, 6:58 AMconst api = new awsx.apigateway.API(`${stackName}-web-api`, {
routes: [{
path: "{proxy+}",
method: "ANY",
eventHandler: lambda,
apiKeyRequired: true,
}],
restApiArgs: {
endpointConfiguration: {
types: "REGIONAL"
},
},
stageName: environmentType
});
, but now I want to have API Gateway to target a lambda alias instead of the actual lambda. I can't seem to figure out how. Any ideas?worried-author-3242
01/24/2022, 5:35 PMpolite-kite-18322
01/24/2022, 8:44 PMpolite-kite-18322
01/24/2022, 8:45 PM{project_id}--{private_link_id}--{endpoint_service_id}--{provider_name}
magnificent-lifeguard-15082
01/25/2022, 1:29 PMfuture-egg-77536
01/25/2022, 9:33 PMlimited-rainbow-51650
01/26/2022, 3:09 PMmagnificent-lifeguard-15082
01/26/2022, 9:36 PMdeleteBeforeReplace
on a route53.Record ? It's showing a provider change but has correctly identified itself as a "replace" change.fast-river-57630
01/26/2022, 10:27 PMmagnificent-lifeguard-15082
01/27/2022, 1:20 PMwide-finland-25364
01/27/2022, 4:45 PMkind-carpenter-52856
01/27/2022, 7:14 PMconst cluster = new eks.Cluster("my-cluster", {
skipDefaultNodeGroup: true,
vpcId: vpc.id,
publicSubnetIds: vpc.publicSubnetIds,
privateSubnetIds: vpc.privateSubnetIds,
instanceRoles: [role],
createOidcProvider: true
});
export const oidcProvider = cluster.core.oidcProvider.arn
if try to execute i got this message
index.ts(61,29): error TS2532: Object is possibly 'undefined'.
magnificent-battery-62880
01/28/2022, 4:53 AMpulumi-eks
with python, after I created the Cluster, how do I get a k8s.Provider
from the kubeconfig?cool-glass-63014
01/28/2022, 8:05 AMcool-glass-63014
01/28/2022, 8:06 AMgentle-flag-10945
01/28/2022, 9:17 PMerror updating EC2 Managed Prefix List (pl-0d8bdb0b40f06ae67): InvalidParameterValue: The specified value for version is not valid. The value must be greater than (
1).
magnificent-lifeguard-15082
01/29/2022, 1:37 PMsteep-cartoon-89174
01/30/2022, 1:16 PMaws.alb.getLoadBalancer()
but then new awsx.lb.ApplicationTargetGroup
requires an awsx.lb.ApplicationLoadBalancer
How do I get the existing one? Do I need to do a new`awsx.lb.ApplicationLoadBalancer` with the existing name ? feels strangewitty-window-5128
01/31/2022, 5:15 PMGetPolicyDocumentStatementConditionArgs
Input. So far so good, but I'm not sure how to do a Null test, as shown in the following link: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_Null
Any thoughts, or should I maybe ask in the #dotnet channel?proud-angle-89904
01/31/2022, 8:54 PMproud-angle-89904
01/31/2022, 8:55 PMfast-river-57630
01/31/2022, 10:03 PMbored-table-20691
02/01/2022, 12:01 AMtall-beard-99429
02/01/2022, 1:43 PMMemoryDB
, I don't see it in the options?tall-beard-99429
02/01/2022, 1:43 PMlittle-belgium-31679
02/02/2022, 5:32 AMbetter-baker-47643
02/03/2022, 8:48 PMbetter-baker-47643
02/03/2022, 8:48 PM