Skip to content

Commit

Permalink
Bumped Pulumi AWSX
Browse files Browse the repository at this point in the history
  • Loading branch information
rarous committed Feb 26, 2023
1 parent 731c9da commit 66e7d33
Show file tree
Hide file tree
Showing 3 changed files with 518 additions and 206 deletions.
6 changes: 3 additions & 3 deletions apigateway.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Output, interpolate, Config } from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
import * as awsx from "@pulumi/awsx";
import { Parameter } from "@pulumi/awsx/apigateway/requestValidator";
import { LambdaAuthorizer } from "@pulumi/awsx/apigateway/lambdaAuthorizer";
import * as awsx from "@pulumi/awsx/classic";
import { Parameter } from "@pulumi/awsx/classic/apigateway/requestValidator";
import { LambdaAuthorizer } from "@pulumi/awsx/classic/apigateway/lambdaAuthorizer";
import { ComponentResource, ResourceOptions } from "@pulumi/pulumi";
import { getCertificate, getHostedZone } from "./website";

Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@topmonks/pulumi-aws",
"version": "2.2.5",
"version": "2.3.0",
"description": "Custom AWS Resources for Pulumi",
"keywords": [
"pulumi",
Expand All @@ -10,24 +10,24 @@
"author": "TopMonks <[email protected]>",
"license": "EPL-2.0",
"peerDependencies": {
"@pulumi/aws": ">=4.38.0",
"@pulumi/awsx": ">=0.40.0",
"@pulumi/pulumi": ">=3.20.0"
"@pulumi/aws": ">=5.30.0",
"@pulumi/awsx": ">=1.0.0",
"@pulumi/pulumi": ">=3.55.0"
},
"devDependencies": {
"@pulumi/aws": "5.1.0",
"@pulumi/awsx": "0.40.0",
"@pulumi/pulumi": "3.28.0",
"@types/node": "16.9.6",
"@pulumi/aws": "5.30.0",
"@pulumi/awsx": "1.0.2",
"@pulumi/pulumi": "3.55.0",
"@types/node": "18.14.1",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "8.12.0",
"eslint-config-prettier": "8.5.0",
"eslint": "8.35.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-es": "4.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-promise": "6.0.0",
"prettier": "2.6.1 ",
"typescript": "4.6.3"
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"prettier": "^2.8.4",
"typescript": "4.9.5"
},
"scripts": {
"build": "tsc",
Expand Down
Loading

0 comments on commit 66e7d33

Please sign in to comment.