Skip to content

Instantly share code, notes, and snippets.

View devshorts's full-sized avatar
👋

Anton Kropp devshorts

👋
View GitHub Profile
const accountResponse = {
balance: 25.3,
name: 'My checking account',
};
const transactions = [
{
amount: -10.2,
date: 1583266558054,
category: 'food',
[
{
"code": 200,
"request": {},
"headers": {
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "52",
"date": "Wed, 13 Apr 2022 23:53:11 GMT",
"connection": "close"
data "aws_iam_policy_document" "do_not_delete_important_stuff" {
statement {
effect = "Deny"
actions = [
// cognito
"cognito-idp:AdminDeleteUser",
"cognito-idp:DeleteGroup",
"cognito-idp:DeleteIdentityProvider",