This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { | |
Box, | |
Flex, | |
Text, | |
Progress, | |
VStack, | |
HStack, | |
Icon, | |
Image, | |
Circle, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as pulumi from '@pulumi/pulumi'; | |
import 'jest'; | |
function promiseOf<T>(output: pulumi.Output<T>): Promise<T> { | |
return new Promise(resolve => output.apply(resolve)); | |
} | |
describe('Cognito Custom Message', () => { | |
// Define the infra variable as a type whose shape matches that of the | |
// to-be-defined resources module. | |
// https://www.typescriptlang.org/docs/handbook/2/typeof-types.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"$schema" = 'https://starship.rs/config-schema.json' | |
format = """ | |
[╭](fg:current_line)\ | |
$os\ | |
$status\ | |
$directory\ | |
$git_branch\ | |
$git_status\ | |
$fill\ |