├── README.md ├── awslambda2googlefunctions.js └── examples ├── google_function_complex.js ├── google_function_simple.js ├── lambda_function_complex.js └── lambda_function_simple.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudacademy/awslambda2googlefunctions/HEAD/README.md -------------------------------------------------------------------------------- /awslambda2googlefunctions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudacademy/awslambda2googlefunctions/HEAD/awslambda2googlefunctions.js -------------------------------------------------------------------------------- /examples/google_function_complex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudacademy/awslambda2googlefunctions/HEAD/examples/google_function_complex.js -------------------------------------------------------------------------------- /examples/google_function_simple.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudacademy/awslambda2googlefunctions/HEAD/examples/google_function_simple.js -------------------------------------------------------------------------------- /examples/lambda_function_complex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudacademy/awslambda2googlefunctions/HEAD/examples/lambda_function_complex.js -------------------------------------------------------------------------------- /examples/lambda_function_simple.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudacademy/awslambda2googlefunctions/HEAD/examples/lambda_function_simple.js --------------------------------------------------------------------------------