Skip to content

Commit

Permalink
Merge branch 'main' into rds-maria-minor
Browse files Browse the repository at this point in the history
  • Loading branch information
moelasmar authored Sep 9, 2024
2 parents 5c8cad1 + ab73e53 commit 1d70cd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Certificate } from '../../aws-certificatemanager';
import { CfnParameter, Stack } from '../../core';
import { UserPool, UserPoolDomain } from '../lib';

describe('User Pool Client', () => {
describe('User Pool Domain', () => {
test('custom domain name', () => {
// GIVEN
const stack = new Stack();
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-stepfunctions-tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ const connection = new events.Connection(this, 'Connection', {

new tasks.HttpInvoke(this, 'Invoke HTTP API', {
apiRoot: 'https://api.example.com',
apiEndpoint: sfn.TaskInput.fromText('https://api.example.com/path/to/resource'),
apiEndpoint: sfn.TaskInput.fromText('path/to/resource'),
body: sfn.TaskInput.fromObject({ foo: 'bar' }),
connection,
headers: sfn.TaskInput.fromObject({ 'Content-Type': 'application/json' }),
Expand Down

0 comments on commit 1d70cd9

Please sign in to comment.