Sha256: 40db145841e1d17db5798f86cdfdaba030d9f3bf0120915ea5990ea8a9996851
Contents?: true
Size: 497 Bytes
Versions: 20
Compression:
Stored size: 497 Bytes
Contents
#!/usr/bin/env bash set -e # Clean any previous bundle/builds. rm -rf ./.aws-sam/build # Ensure native extensions built for platform. sam build --use-container # [HOOK] Environments & Configuration # https://lamby.custominktech.com/docs/environment_and_configuration # [HOOK] Asset Hosts & Precompiling # https://lamby.custominktech.com/docs/asset_host_and_precompiling # Clean un-needed artifacts. pushd ./.aws-sam/build/RailsFunction/ rm -rf .aws-sam \ .git \ log \ test \ tmp popd
Version data entries
20 entries across 7 versions & 2 rubygems